Hi folks, need some help in accessing a ODBC database (SQL server) using
DBI via the nextwork.

usually, if the database is on local machine, I just use the datasource
$dbh=DBI->connect("DBI:ODBC:databasename",$username, $password, %attr);

but how do I complete this connection if the database is on a remote
location???

do I have to create the ODBC connection locally first to that remote
database? or wut?

Thanks

Eric


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to