Hi
I have written the below string for connection with sql
cnn1.Open "Driver=SQL Server;Server=" & ServerName & ";Database=" & "WEIGHBRIDGE" & ";uid=" & uid & ";pwd=" & pwd & ";"
uid = sa , pwd = sa .
If i want to set the password for Database say 'XYZ' then what would be the string . In the above string also i am connected to 'XYZ' Database.
Thanks
I have written the below string for connection with sql
cnn1.Open "Driver=SQL Server;Server=" & ServerName & ";Database=" & "WEIGHBRIDGE" & ";uid=" & uid & ";pwd=" & pwd & ";"
uid = sa , pwd = sa .
If i want to set the password for Database say 'XYZ' then what would be the string . In the above string also i am connected to 'XYZ' Database.
Thanks