Results 1 to 3 of 3

Thread: ADO 'Run-time errror '3251'

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Posts
    51

    Post

    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,

  2. #2
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281

    Post

    ptran,

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

    Thanks

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


  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2000
    Posts
    51

    Post

    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
  •  



Click Here to Expand Forum to Full Width