ODBC

  • Thread starter Thread starter Jacek Jurkowski
  • Start date Start date
It's very hopefull :-)

One more problem ...
Where to find a reference to ODBC attributes?
I dont know how to enable Integrated Security
when creating an Sql server DSN ...
 
Attributes are the key-value pairs that is given in DSN-less connections
except null char (\0) replaces the ; char and it is ended with two null
chars. Eg: "Database=NorthWind\0UserId=uid\0Pwd=pwd\0\0".

To enable integrated auth for MSSQL, have Trusted_Connection=yes as part of
your attribute.

HTH

It's very hopefull :-)

One more problem ...
Where to find a reference to ODBC attributes?
I dont know how to enable Integrated Security
when creating an Sql server DSN ...
 
Back
Top