PDA

Click to See Complete Forum and Search --> : How to set up Constants available to numerous applications


rlb_wpg
Sep 7th, 2000, 04:49 PM
I have a number of constants which are to be consistent across a number of different applications.
What external object can I create which can be accessed by each of these applications?

For example, the connection string, named conConnection, is the same for each of the applications. How can I store the value of conConnection in one spot and have it accessible to more than one application.


Thanks in advance,
Roxanne

JHausmann
Sep 7th, 2000, 05:26 PM
Create a table in a networked database.

Clunietp
Sep 8th, 2000, 10:49 AM
or you can use MTS :)