Hi all,
I would like to make a dll that makes an odbc connection. I want this same connection to be used by several stand-alone vb executables on the same machine, so each executable I want to have use not only the activeX dll, but the same process as whichever the first executable that ran was using.
IE, when the first exe runs, it opens a connection. Say an hour later ( the connection timeout allows this), another exe is started (while the first may or may not be still running)--now this second one I don't want another database connection, I want to share the same connection--I'm aware of the issues with transactions, etc, and I can deal with that. I just want to know if this is possible. Is it? Thanks...
steph
I would like to make a dll that makes an odbc connection. I want this same connection to be used by several stand-alone vb executables on the same machine, so each executable I want to have use not only the activeX dll, but the same process as whichever the first executable that ran was using.
IE, when the first exe runs, it opens a connection. Say an hour later ( the connection timeout allows this), another exe is started (while the first may or may not be still running)--now this second one I don't want another database connection, I want to share the same connection--I'm aware of the issues with transactions, etc, and I can deal with that. I just want to know if this is possible. Is it? Thanks...
steph