Re: perl database access

2002-02-01 Thread Jon Molin
I'm not sure i follow you but if you use localhost or leave the host blank it'll try localhost... /Jon Jefferson Ryan Lee wrote: Hi, Are there any way to access a database (SQL Server) not using the ODBC? It is possible for a perl script to query a database not on a local

perl database access

2002-01-31 Thread Jefferson Ryan Lee
Hi, Are there any way to access a database (SQL Server) not using the ODBC? It is possible for a perl script to query a database not on a local machine instead on a different location through tcp-ip/internet? Please advise. Thanks. Regards, Jeff -- To unsubscribe, e-mail: [EMAIL

RE: perl database access

2002-01-31 Thread Keith A. Calaman
http://www.perldoc.com/perl5.6.1/lib/DBI.html -Original Message- From: Jefferson Ryan Lee [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 8:52 PM To: [EMAIL PROTECTED] Subject: perl database access Hi, Are there any way to access a database (SQL Server) not using