We are cleaning up some code that a no longer resident programmer created.
This code works:
 
$dbh = DBI->connect("DBI:ODBC:GreystoneActivity","$userid", "$userpw")||
     die "Couldn't connect to database: " . DBI->errstr;
 
But we can't figure out how the DBI:ODBC knows where the GreystoneActivity
database (an old Access database being replaced with MySQL) resides.  Is
there a utility that told it the database's location?
 
Thanks...
 
        
 

Douglass N. Loud 

Executive Director
Greystone Asset Management, LLC.
120 Broadway, Suite 1700
New York, NY 10271
212-618-0753 (office)
203-952-7108 (cell)
dougl7...@bigplanet.com
 <mailto:dl...@greystoneassetmgt.com> dl...@greystoneassetmgt.com  
 

<<doug loud sig sm jpeg.jpg>>

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to