Results 1 to 6 of 6

Thread: catching errors [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    catching errors [RESOLVED]

    what exception should I use to catch "BOF or EOF or record deleted". Pretty much when there is not a row in the db.

    I thought of using
    VB Code:
    1. catch ex as exception
    2.  'compare ex.message to a literal

    but didn't know how efficietnt that would be.

    I should probably point out that i'm using ado and not ado.net net for this operation. due to the type of connection i have to use.
    Last edited by Andy; Aug 13th, 2004 at 12:04 PM.

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