PDA

Click to See Complete Forum and Search --> : ADO 'Run-time errror '3251'


ptran
Jan 10th, 2000, 09:35 PM
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,

compuGEEK
Jan 10th, 2000, 10:48 PM
ptran,

How are you establishing your connection? Could you show your code?

Thanks

------------------
CompuGEEK

ptran
Jan 12th, 2000, 11:31 AM
Problem solved, I forget to change the permission form the Data-environment.

Thanks...