|
-
Aug 14th, 2001, 05:31 PM
#1
Thread Starter
Addicted Member
rs updation causing probs
I need to update my recordset with records drawn from the textboxes with code lik
rsEmployeeInfo!FirstName = txtFName.Text
rsEmployeeInfo!MiddleInitial = txtMInitial.Text
rsEmployeeInfo.Update
but this is giving me an error :
Run time error 3251:
Operation requested by application is not supported by Provider
So do I hv 2 change some recordset properties 2 get about it. ??
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
|