Hi,
I need to give a password control for a connection. I know that password can be assigned at the time of creating a connection by setting the properties. But where do you assign the password at the server level to be verified by the program? Please send me the piece of code to do that.
Shervon
|
You can use user and/or password verification in the jdbc url. For instance, jdbc:dbf:////foxprotest/data?user=123;password=456;lockType=VFP as service.
|