I have a serious security problem with VFP DBC and SQL 2000. I am tring to secure VFP8.0 remote views access to SQL. I use a SQLString in the connection within the DBC. I do not use ODBC.
Here is a sample of my SQLSTRING
DRIVER=SQL Server;SERVER=tnapp1;UID=sa;PWD=abc;APP=Microsoft Visual FoxPro;WSID=TNCF2;DATABASE=tn_crm
The problem is that anyone, from within Foxpro, can simply open a DBC and see the connection string settings to SQL..or anywhere!!!
Is there a way to lock a .DBC container with a password or create a 'true' secured DBC connection string information?
Here is a sample of my SQLSTRING
DRIVER=SQL Server;SERVER=tnapp1;UID=sa;PWD=abc;APP=Microsoft Visual FoxPro;WSID=TNCF2;DATABASE=tn_crm
The problem is that anyone, from within Foxpro, can simply open a DBC and see the connection string settings to SQL..or anywhere!!!
Is there a way to lock a .DBC container with a password or create a 'true' secured DBC connection string information?