at run time database connection

  • Thread starter Thread starter elwaly
  • Start date Start date
E

elwaly

hi there,
I made an application that needs to connect to a server or databases
located in a computer other than the one the application installed on.
i.e.I want the user to define the databases they want to link to
dynamically at run time.
any one know to do so?
thanks
 
Elwaly,

Can you explain this something more, this sounds for me as "I want something
that rides".

Cor
 
thanks cor
assume that i have a databases located in some server
and the application is installed on a client computer connected to that
server via network or somthing.
how to code an interface for the client computer to let the user choose
the databases he want to connect to .
(the user will write no connection strings).
 
Back
Top