Operating System - Linux
1827893 Members
1654 Online
109969 Solutions
New Discussion

Re: odbc connection to MS SQL 2000

 
Maaz
Valued Contributor

odbc connection to MS SQL 2000

OS: SUSE 10 SP 2
via wine, I ran the vb6 app.
now I have to establish/create an odbc connection with MS SQL Server 2000, please help

Regards
Maaz
2 REPLIES 2
Sivakumar MJ._1
Respected Contributor

Re: odbc connection to MS SQL 2000

Hi Maaz,

Try the link, I guess you have good information to create a perl script for ODBC Connectivity.

http://www.easysoft.com/developer/languages/perl/sql_server_unix_tutorial.html
Maaz
Valued Contributor

Re: odbc connection to MS SQL 2000

I know SUSE ships with unixODBC, but I want to
install from the source

download the unixODBC from http://www.unixodbc.org/

I got the following error, when I ran 'make'

/usr/lib/qt3/lib/libqt-mt.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[1]: *** [libodbcinstQ.la] Error 1
make[1]: Leaving directory `/root/ODBC/unixODBC-2.2.14/odbcinstQ'
make: *** [all-recursive] Error 1

help