P
|
paulwebb 2/23/2010 |
In Events tab; Global Events / After application initialised: copy the connection string (helpfully shown just above the edit area) |
C
|
cpoulin author 2/23/2010 |
In Events tab; Global Events / After application initialised: copy the connection string (helpfully shown just above the edit area) strConnection = ".... and change it to point to your 'production' data I have a copy of my test data connection string as well, and comment out one of them each time I build.
|