I am very new to VB so I hope this makes sense. I have an application with an adodc control with a connection to a table in a MS SQL 7 database. The application allows users to enter a number value of 1 to 4 for five different questions. The application works fine on all computers but one. When the application is ran on this specific computer, the following error is received when you attempt to update the database.
Run-time error '-2147467259(80004005)'
Empty row cannot be inserted. Row must have at least one column value set.
I have searched the internet and every VB book I have and I don't know where to go from here. Any help would be greatly appreciated.
Run-time error '-2147467259(80004005)'
Empty row cannot be inserted. Row must have at least one column value set.
I have searched the internet and every VB book I have and I don't know where to go from here. Any help would be greatly appreciated.