|
-
Sep 21st, 2000, 12:40 PM
#1
Thread Starter
New Member
When trying to run the following code I get a 3251 runtime error. It says "...not supported by the provider...". I am using ADO (ActiveX Libarary 2.1).
----------------------------------------
With rsName
.addnew
.rsName.Fields("fldFirstName").Value = txtFName
.update
End With
-----------------------------------------
the code will not go past the Addnew command. I am new to ADO, so any help would be really appreciated. Thanks
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
|