Hi,
I am not able to intercept ADO Errors in VB6 with the "ON ERROR GOTO..." statement. For example, if a user has no acces rights to a MS-SQL table and I still try to read from it via a recordset, the program does not jump to the error processing label in my software; instead it displays the usual "run-time error message bla-bla, bla-bla" ...
What can I do about it ?
Has anyone encountered this ?
(Perhaps move on to
VB.net :-) )
Thanx
Mike