Hello,
I tried to remove a row from a dataset while looping through the dataset, but it seems other rows are not moving up. I am getting an error message "IndexOutofRange Exception was unhandeled, There is no row at position 21." and i have 30 rows in the dataset.
Here is the code and what i...
Hello,
I am trying to vlookup employees name in a excel file from vb.net, using a variable in the vlookup formula and store the name is another variable. I have tried the below code but it does not seem to work because of the variable in the vlookup formula.
xlApp = New Excel.Application...
Hello, i am new to programming and VB.net any help will be appreciated.
I have a SQL database that i do not have a "write-access" to, the database has 2 columns that looks like this:
Date Time
20111025 0025
How do i create a new Column with VB, that will look like this...
Im trying to get an output file from a sql database on a .txt file, but all the out puts are on one line, how do i get them on different lines. Below is my code:
SELECT name, access, description, number syntax FROM testingresults
WHERE LIKE 'testing%' AND access='read-write'"
This what im...
I have a output file from sql database using tcl, the file has this format:
{testing1 read-write {This testing went well.} {} {} Integer32} {testing2 read-write {This testing went well.} {} {} Integer32}{testing3 read-write {This testing went well.} {} {} Integer32}{testing4 read-write {This...
I have a big file with a list of testings and there are couple of the testings which are similar. I need some ideas on how i can write a tcl code that will create a new file with the first and last testing of each categories...
I am totally new to tcl, i really dont have any idea on how it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.