Hi,
I have a rdo connection to the SQL server 2K DB.
The following code is used to update certain data in the table.
Set Rs = Connection.OpenResultset("Select * from Table, rdOpenDynamic, rdConcurRowVer)
Rs.Requery
Rs.Edit
Rs!fld1 = 'abc12345'
Rs!fld2 = 'abcdef'
Rs.Update
However, the data remains unchanged. There is no update in the table.
I am not too proficient with VB and do not know what exactly could be the problem. Any help would be highly appreciated.
Thanks
I have a rdo connection to the SQL server 2K DB.
The following code is used to update certain data in the table.
Set Rs = Connection.OpenResultset("Select * from Table, rdOpenDynamic, rdConcurRowVer)
Rs.Requery
Rs.Edit
Rs!fld1 = 'abc12345'
Rs!fld2 = 'abcdef'
Rs.Update
However, the data remains unchanged. There is no update in the table.
I am not too proficient with VB and do not know what exactly could be the problem. Any help would be highly appreciated.
Thanks