CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2001
    Posts
    7

    Deleting .dbf files using SQL

    Hi there,

    I can delete dbase records on my development machine, however, when I copy the same source code on to another machine, I get the following error

    [Microsoft][ODBC dbase drivers] Could not delete from specified tables.

    I have created System DSN's on both machines and both are running W2K.

    Thanks for the help!



  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Deleting .dbf files using SQL

    Check your rights on this folder.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Oct 2001
    Posts
    7

    Re: Deleting .dbf files using SQL

    It is not the rights issue as I can update and insert to that same file. Also I have updated MDAC (v 2.6) already...it still does not work .Why?




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

Featured