Hi!
I have created a database consisting of one table in SQL server 6.5 trail version. I have created a DSN.I couldn't update the table through VB5 though I can fetch the records from the table.

While running it is giving an error, the error is :

Run-Time error '40002' :
01000 : [microsoft][ODBC SQL Server Drive][SQL Server] The statement has been terminated :

and the error is pointing at rs.update when I debug my code.

Thank you.