Re: Unable to load the driver libtdsodbc.so
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4dQHKWdznEX2gxvs0fjDeUGnK73z4f4d3B9U-15hyHYrw@mail.gmail.com> |
2014-08-19 17:40 GMT+02:00 venkata krishna Thaluru < [email protected]>: > Hi All, > > I am connecting to MSSQL from sybase using freetds .I m getting the below > error. > like unable to load the driver libtdsodbc.so. > > i have configured the odbc.ini > Driver=/abc/libtdsodbc.so > Servername =RemoteSQLServer > > This is quite partial configuration. Depending on DM type specifying a file directly could be fine or not. Also you should make sure that the file type match your program and DM. They should be all 32 or 64 bit, you cannot mix. See http://www.freetds.org/userguide/odbcconnattr.htm. > freetds.conf > host = 10.20.30.40 > port = 1433 > tds version = 8.0 > > 8.0 is an old configuration 7.1 or 7.2 should be used. http://www.freetds.org/userguide/choosingtdsprotocol.htm and http://www.freetds.org/userguide/freetdsconf.htm. > > Can you please share if i am missing any configuration details . > > Thanks > Venkata krishna > Frediano