C
Chris Newman
Hi
I have created an ADP project that is a "generic" application that sits on
each users computer. I have code in the ADP to change the connection string
so that the user can select different databases the ADP connects to. (the
different DB's are strucurally identical). The problem is if one of those
databases isnt available or the computer holding a particular database isnt
available, on running the ADP it says "<DB NAME> was not found on <server
name> etc..." While this is quite correct, I dont want the message to come
up!
The user may not actualyl want to connect to the DB that is offline, so will
then select from a dropdown (from startup form) a different database to
connect to.
The message occuring as soon as the ADP is run AND it timesout searching for
the database. I have tried saving "no connection string" into the ADP but
that didnt work - it still remebers!
Is there a workaround to prevent the message showing up?
Thanks
Chris Newman
I have created an ADP project that is a "generic" application that sits on
each users computer. I have code in the ADP to change the connection string
so that the user can select different databases the ADP connects to. (the
different DB's are strucurally identical). The problem is if one of those
databases isnt available or the computer holding a particular database isnt
available, on running the ADP it says "<DB NAME> was not found on <server
name> etc..." While this is quite correct, I dont want the message to come
up!
The user may not actualyl want to connect to the DB that is offline, so will
then select from a dropdown (from startup form) a different database to
connect to.
The message occuring as soon as the ADP is run AND it timesout searching for
the database. I have tried saving "no connection string" into the ADP but
that didnt work - it still remebers!
Is there a workaround to prevent the message showing up?
Thanks
Chris Newman