R
Richard Black
Hi,
I have a data project which requests a SQL server user name and password
every time it is opened, for security. However, when I write any code, I
need to specify the same user name and password in the connection string
making it visible to anyone who can get hold of the database. Are there any
variables similar to CurrentUser that I can use instead? (CurrentUser
returns "admin" as this is the project login, but not the server login.)
I am aware that I could use the ADE format to save the completed project,
however this project is likely to be distributed as an ADP file rather than
an ADE - it will likely require continuing development and customisation at
individual sites.
Any help is greatly appreciated,
Richard Black
I have a data project which requests a SQL server user name and password
every time it is opened, for security. However, when I write any code, I
need to specify the same user name and password in the connection string
making it visible to anyone who can get hold of the database. Are there any
variables similar to CurrentUser that I can use instead? (CurrentUser
returns "admin" as this is the project login, but not the server login.)
I am aware that I could use the ADE format to save the completed project,
however this project is likely to be distributed as an ADP file rather than
an ADE - it will likely require continuing development and customisation at
individual sites.
Any help is greatly appreciated,
Richard Black