>
<B>STORE SQLCONNECT('admin', 'sichr', 'ultimate') TO nHandle</B
>
> I have this hanldler in a working program.
>
> 1. Does the USER ID
User= 'sichr' come from the USER_ID defined in the configuration of the
ODBC >
> or from the SQL SERVER USER_ID
>
>
>
>
> 2. Does the PASSWORD
'Ultimate' come from the passworf defined in the configuration of the
>
>
ODBC or from the SQL SERVER password
>
>
>
>
> Kindly provide me with an example.
>
>
> Thanks
Both com efrom the defined Sql server user id and pwd.
I prefer SQLConnectString() and trusted connections. ie:
lnHandle = SQLConnectString("driver={SQL Native Client};server=.\sqlexpress;trtusted_connection=yes")
Cetin Basoz
.Net has got better.Think about moving - check my blog:
Blog (main)Blog (mirror)