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:
catch ex as exception '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.




Reply With Quote