Z
ZRexRider
Hi,
I have a function that checks the ADP SQL connection using:
CurrentProject.Connection.State
I trap the error and return FALSE.
I would like to present the user with some detailed information
regarding the connection string that was used to attempt the
connection. I find that I cannot use:
CurrentProject.Connection.ConnectionString
Since it seems to go out and try to connect to the DB again.
However, I can go to the MS Access Menu (File|Connection) and view
some values in the "Data Link Properties".
Is there a way that I can access those properties so I can include
their values in my error message"?
Thanks
I have a function that checks the ADP SQL connection using:
CurrentProject.Connection.State
I trap the error and return FALSE.
I would like to present the user with some detailed information
regarding the connection string that was used to attempt the
connection. I find that I cannot use:
CurrentProject.Connection.ConnectionString
Since it seems to go out and try to connect to the DB again.
However, I can go to the MS Access Menu (File|Connection) and view
some values in the "Data Link Properties".
Is there a way that I can access those properties so I can include
their values in my error message"?
Thanks