Hi All,
I have an application that links tables to an ODBC source. The DSN
parameters are obtained from a custom .ini file. An incorrect DSN string
gives the user a 'friendly' connection error message that I would like to
supress in order to provide my own error message. This happens when using
..RefreshLink method. I already have an error handler in place, but it
doesn't reach this before displaying the friendly message.
I have tried disabling the SetWarnings to False, but this doesn't work
either.
Any ideas please?
TIA
Mark Day.
I have an application that links tables to an ODBC source. The DSN
parameters are obtained from a custom .ini file. An incorrect DSN string
gives the user a 'friendly' connection error message that I would like to
supress in order to provide my own error message. This happens when using
..RefreshLink method. I already have an error handler in place, but it
doesn't reach this before displaying the friendly message.
I have tried disabling the SetWarnings to False, but this doesn't work
either.
Any ideas please?
TIA
Mark Day.
Comment