Kenneth E. Lussier writes:

> So, I have been tasked with writing some PHP code on a Linux system
> running Apache, PHP4, etc. However, the database that "they" want the
> interface for is an MS-SQL database. After doing some research, unixODBC
> is the way to go. The problem is, the only way that I can find to do
> this is to use the ODBC to ODBC bridge from EasySoft, which costs $1000.
> Does anyone know how to connect to an MS-SQL server from a Linux box
> without spending $1K (or moving the database to MySQL)?

Personally, I'd use Perl's DBI module (with ODBC backend) for this.

Regards,

--kevin
-- 
GnuPG ID: B280F24E                     And the madness of the crowd
alumni.unh.edu!kdc                     Is an epileptic fit
                                       -- Tom Waits
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to