|
-
Oct 16th, 2000, 05:15 AM
#1
Thread Starter
Lively Member
The .AddNew command as specified below doesn't appear to work and gives the following error:
Object or Providers not Capable of preforming requested operation
UserRs.AddNew
UserRs("userlogin") = getusr()
UserRs("viewpic").Value = True
UserRs("viewtip").Value = True
UserRs("viewupdate").Value = False
UserRs.Update
The error occurs ont he UserRs.AddNew line.
The UserRs is an open ADODB.RECORDSET database connection and as far as I am aware should work.
Any help or feedback would be appreciated.
Simon
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
|