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

Thread: database

  1. #1
    Join Date
    Nov 1998
    Posts
    8

    database



    Rdoerrors object shows very generalized errors. how to make it to display

    the specific errors. for example "it violates the primary key constraint... like".

  2. #2
    Guest

    Re: database

    I would trap the errors using "On error goto ..."
    and depending on the error number, show your message !


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