Hi,
I'm building ADO base database application using multiple EXE file, one for each module. For each Exe file, it has its own ADO connection. So, if I run 3 modules then it has to be 3 connection to the database server. If possible, is there any way just to use one connection for all the modules in separate Exe files? I'm thinking about passing the connection component into other Exe files. Is that possible?
any suggestion will be much appreciated..
thanks,
Indra
I'm building ADO base database application using multiple EXE file, one for each module. For each Exe file, it has its own ADO connection. So, if I run 3 modules then it has to be 3 connection to the database server. If possible, is there any way just to use one connection for all the modules in separate Exe files? I'm thinking about passing the connection component into other Exe files. Is that possible?
any suggestion will be much appreciated..
thanks,
Indra