|
-
Mar 1st, 2005, 04:40 AM
#1
Thread Starter
Addicted Member
RS update method don't work with bound controls
I have form with datacomboes and TextBoxes and I have
Set .DataField property to the names of the Fields in my database and also the datasource property to my Recordset.datasource
When I change a single record then press save button that does
Recordset.update and then Unload my form, the changes are not updated to the database
If I use recordset.movenext everything if fine, WHY .update does nothing in this case?
Thank you!
-
Mar 1st, 2005, 11:12 AM
#2
Re: RS update method don't work with bound controls
Which LockType are you using? If it is adLockBatchOptimistic you must call Recordset.UpdateBatch.
-
Mar 2nd, 2005, 05:33 AM
#3
Thread Starter
Addicted Member
Re: RS update method don't work with bound controls
, adOpenStatic, adLockOptimistic
it's not the problem it's something else
I am missing
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|