Visual FoxPro program connects to a Notes database via a system DSN defined in ODBC manager. Works fine if the Win2K user is a Domain Admin, but not if they are a Domain User.
(For foxdev; This is my SQL statement:
STORE SQLCONNECT('ARCOLLECT') TO gnConnHandle
I have tried using the SQLSTRINGCONNECT function but can't make it connect no matter who the user is...)
How can I give access to the ODBC DSN to Domain Users?
Thanks in advance!
(For foxdev; This is my SQL statement:
STORE SQLCONNECT('ARCOLLECT') TO gnConnHandle
I have tried using the SQLSTRINGCONNECT function but can't make it connect no matter who the user is...)
How can I give access to the ODBC DSN to Domain Users?
Thanks in advance!