|
-
Dec 22nd, 2005, 04:04 AM
#1
Thread Starter
New Member
How to update the record with sql update
rs("Yazaradi") = txtYa.Text
rs("Kitapadi") = txtEa.Text
rs("Yayinevi") = txtYe.Text
rs("ISBN") = txtIsbn.Text
rs.Update
As I use this code to update, it updates the record but leaves the old record behind. Actually it doesn't work properly.
Ok, I would like to know how to use the sql update in the code above to update the record properly. Could somebody give an example?
Thank you
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
|