Skip to Content.
Sympa Menu

freetds - [freetds] FreeTDS isql ERROR

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: hany heggy <hany.hegy AT etelvaz.com>
  • To: FreeTDS <freetds AT lists.ibiblio.org>
  • Subject: [freetds] FreeTDS isql ERROR
  • Date: 16 Jun 2004 18:52:20 -0400

hi,

i have installed unixODBC 2.2.9 under AIX 5.1.5 and driver manger works
fine with DB driver


then finally could install freetds-0.62.3 using:

./configure --with-unixodbc=/SOFTWARE/unixODBC-2.2.9 --with-tdsver=8.0
make
make install


and installed the driver using:

cd freetds/samples
./unixodbc.install.sh


then extract libtdsodbc.so.o shared object:

cd /usr/local/lib
ar -vx libtdsodbc.a


then configured ODBC files:

odbc.ini , odbcinst.ini and freetds.confg

when i try isql it gives this error:

/usr/local/bin>./isql -v dsnname user password
[S1000][unixODBC][FreeTDS][SQL Server]Unable to connect to data source
[ISQL]ERROR: Could not SQLConnect

i contacted Nick at unixODBC and he think it is freetds problem

any ideas ??





Archive powered by MHonArc 2.6.24.

Top of Page