ODBC

  • Thread starter Thread starter Jacek Jurkowski
  • Start date Start date
J

Jacek Jurkowski

How to programically add an ODBC source to
System ODBC sources?
 
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 ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top