|
-
Jan 10th, 2000, 10:35 PM
#1
Thread Starter
Member
I have problem with adding new record to the DB. Here is the example of my code:
Private sub cmdADD_Click()
dpNPX.rscdNPX.Addnew
end sub
when I try to run this the following error occur:
Run-time error '3251'
The operation requested by the application is not supported by the provider.
I'm using MS-Access 97 as database. Any help solving this problem would much appreciated.
Thanks in advance,
-
Jan 10th, 2000, 11:48 PM
#2
Hyperactive Member
ptran,
How are you establishing your connection? Could you show your code?
Thanks
------------------
CompuGEEK
-
Jan 12th, 2000, 12:31 PM
#3
Thread Starter
Member
Problem solved, I forget to change the permission form the Data-environment.
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
|