CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    ADO Recordset Update

    Hi,
    I've got a problem to use Update to modify a record in a SQL Server table. The
    methode triggers a access violation message like this:
    First-chance exception in PIMDBM.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    Error:80004005.
    ErrorMessage:Unspecified error.
    Source:Microsoft OLE DB Provider for ODBC Drivers.
    Description:[Microsoft][ODBC SQL Server Driver]Syntax error or access violation.

    I'm using VC++6.0, ADO 2.0 and SQL Server 6.5.

    If someone can help me. Many thanks in advance.


  2. #2
    Join Date
    May 1999
    Posts
    388

    Give a piece of your code!

    It is very difficult to help from what you have given. If you can give portion of your concerned code, it will be easy to answer.
    general tips are:
    chech if you haven't closed the table before you apply update()


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