Re: Using DBLIB With Azure
Ken Collins <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
OK, I'll submit a patch very soon so I can make it to the next release. - Ken On Mar 24, 2011, at 7:01 AM, James K. Lowden wrote: >> My suggesting before was either extending the public headers to give me something like dbsetldb() > > DBSETLDBNAME() is the most natural way to extend db-lib to include the database name in the login packet. It will require modifying TDSLOGIN to hold the name, and tds_config_login() to copy it to the TDSCONNECTION. > >> or perhaps even looking deeper into FreeTDS and see why config.c was not picking up and my database name > > That may become apparent as you grovel through config.c.