I wrote a stand alone program in VB6 that pulls data from SQL Server 2000.
I used a Listview Item to store metadata like a number to update and delete selected items.
The problem is, I made an update last week that has corrupted the system in some way that I cannot figure out. It is driveing me nuts.
In the ListView the integer values are stared as strings. And I get this error
Run-time error '-2147217913 (80040e07)':
Syntax error converting the varchar value '*' to a column of data type int
The actual number is 114. Is '*' ascii for 114?
Any chance any of you can help? Thanks. This program is crucial because it is work for a major system.
I used a Listview Item to store metadata like a number to update and delete selected items.
The problem is, I made an update last week that has corrupted the system in some way that I cannot figure out. It is driveing me nuts.
In the ListView the integer values are stared as strings. And I get this error
Run-time error '-2147217913 (80040e07)':
Syntax error converting the varchar value '*' to a column of data type int
The actual number is 114. Is '*' ascii for 114?
Any chance any of you can help? Thanks. This program is crucial because it is work for a major system.