|
|
Subject:
Free or cheap ODBC-to-ODBC bridge from Linux to MS SQL 7.0 software
Category: Computers > Software Asked by: jjames1-ga List Price: $5.00 |
Posted:
24 Jun 2002 04:20 PDT
Expires: 01 Jul 2002 04:20 PDT Question ID: 32277 |
I need an ODBC to ODBC bridge piece of software that allows a Perl script running on a Linux machine to make SQL queries to a Microsoft SQL Server 7.0. There are commercial products available, but they tend to be rather expensive (e.g., Easysoft). Is there a free or cheap (less than $200) that you KNOW works and is not horribly difficult to install and use on a RH Linux 7.x platform? |
|
Subject:
Re: Free or cheap ODBC-to-ODBC bridge from Linux to MS SQL 7.0 software
Answered By: runix-ga on 24 Jun 2002 11:40 PDT Rated: |
Hello jjames! I've found a Perl module for DBI to access an Access database (DBC) and a free ODBC Driver Manager (iODBC). You can download the Perl Module from [ http://www.cpan.org/authors/id/J/JU/JURL/DBD-ODBC-0.41.tar.gz ] There's some documentation here: [ http://search.cpan.org/doc/JURL/DBD-ODBC-0.41/ODBC.pm ]) The free ODBC Driver Manager's homepage is [ http://www.iodbc.org/ ] You can download it from [ http://www.iodbc.org/software.htm ] I would recommend you to download 'iODBC Driver Manager Runtime Package (For Linux glibc21)' and 'iODBC Administrator (Linux glibc21)' If you use Debian, you can install the packages by doing: apt-get install iodbc libiodbc2 libiodbc2-dev Additional links: You can find a ODBC-Perl HOWTO, here: [ http://www.iodbc.org/odbc-perlHOWTO.html ] If you have problems with the iODBC home when installing the perl module, please check [ http://www.iodbc.org/odbc-perlHOWTO.html#odbchome ] Search strategy (CPAN.org) ODBC Search strategy (Google) perl obdc driver Good luck! | |
| |
|
jjames1-ga
rated this answer:
The site pointed to does have software that can do what I need, but it is commercial and far more expensive than the $200 limit I specified in the original question. Note that Driver Manager is free, it is the driver itself that costs money. In one of the comments, freetds was mentioned which is what I thinkn I will use. |
|
Subject:
Re: Free or cheap ODBC-to-ODBC bridge from Linux to MS SQL 7.0 software
From: mosquitohawk-ga on 24 Jun 2002 04:37 PDT |
I'll try and save you $5, search two of the biggest open source software directories for lots of free software: http://www.sourceforge.com/ http://www.freshmeat.net/ If anyone knows other, add them! Hope this helps... |
Subject:
Re: Free or cheap ODBC-to-ODBC bridge from Linux to MS SQL 7.0 software
From: bookface-ga on 24 Jun 2002 05:28 PDT |
Have you done anything with Perl, and yet somehow not know about CPAN? This might be what you want: http://search.cpan.org/search?dist=Msql-Mysql-modules or maybe this: http://search.cpan.org/search?dist=MySQL-GUI If not, look through the list: http://search.cpan.org/search?mode=module&query=sql Hope this helps! ~ bookface-ga |
Subject:
Re: Free or cheap ODBC-to-ODBC bridge from Linux to MS SQL 7.0 software
From: charlesmaind-ga on 24 Jun 2002 06:11 PDT |
A useful article about connecting MS SQL Server to PHP can be found here on phpbuilder.com, and can be generalized to Unix/Perl. Use the Perl DBI module over ODBC. All the examples are free/open source. http://www.phpbuilder.com/columns/alberto20000919.php3 |
Subject:
Re: Free or cheap ODBC-to-ODBC bridge from Linux to MS SQL 7.0 software
From: paradiddler-ga on 24 Jun 2002 06:18 PDT |
Although I haven't earlier solved your problem exactly, I might toss in some pieces of information that you could find useful: 1) Use the free "unixODBC library" to provide an ODBC manager in Linux http://www.unixodbc.org 2) Use the free "Inline TDS ODBC driver" to connect to the MSSQL server http://www.inline.net (inline website seems currently unavailable) http://library.freeodbc.org (driver available in downloads) 3) Use the DBD::ODBC Perl module for using the ODBC manager http://search.cpan.org/doc/JURL/DBD-ODBC-0.41/ODBC.pm If ODBC is not a requirement, there is also an alternative that uses the TDS (Tabular Data Stream) protocol instead. Have a look at FreeTDS which is a free database library that also has Perl bindings. http://www.freetds.org/ Hope you found this somewhat useful! |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |