Dim i As Integer Dim con As New SqlConnection(“Data Source=QADCOM7026;Initial Catalog=stu_info1;Integrated Security=True”) con.Open() Dim adp As New SqlDataAdapter(“select * from stu_info”, con) Dim builder As New SqlCommandBuilder(adp) Dim ds As New DataSet() adp.Fill(ds, “stu_info”) If (i < ds.Tables(0).Rows.Count – 1) Then
Computing.net: Question & Answers Forum Latest Questions
Hello If some one, please, can help me… I have this batch file that asks for a password to open a folder. I need to know how to use the EditV64.exe so i can mask the words of the password with ...
Hello, Can anyone help please? I would like to create a batch file which replaces not just one word or line in a file, but multiple lines, replacing the removed lines with some specified text. For example, let’s just say the lines ...
I have applied the code from the question posted March 20,2016 (https://computing.net/answers/office/how-to-make-bold-fonts-in-a-concatenated-text-in-excel/20253.html), but the code doesn’t determine the length of the text to bold, the code bolds all the text from the startChar to the end of the string. What ...
Hello again, I am using on Windows XP many tools that originally I used in Linux: cat, sed, awk, head, tail, ls, wget.., and others. I found all those programs in the package UnxUtils I am using “sed” many times ...
ok, i have a folder named “FOLDER” which is located at c:\FOLDER This folder contains another folder named “CONFIG” and a batch file “TEST.bat” the TEST.bat has this code: xcopy config C:\1/e/y/v/i/s pause This code runs properly and it does what i ...
if Test==Test ( echo in if condition. — do something — ) ) else ( echo in else condition. — do something — ) The output it is giving me is in if condition in else condition. not sure why this ...
I have put this question in the wrong forum. re-posting it here: I am trying to change the project version in a xml file using dos. when i execute the following code, an empty new.xml is created..there is nothing on ...
I need Vbscript to close a particular tab or multiple tabs in browser like Firefox. .Thank uuuuuuuuuuuuuuuuuuuuu
Hey, I was just wondering if it would be possible to pause or resume a video that is being played in windows media center (im assuming the command would be the same for media player). I’m not sure if this ...