Hi all..
I have to use ODBC to connect to the sql server (db_server) also using the
same ODBC i have to connect to sybase database also. Iam not able to
understand the driver concept. Will the ODBC driver be able to connect to
both the server.
I have DBIODBC.pm file. So i guess while using DBI in my perl, this file is
used.
so, what connect string i can use to connect to the databases. Can i use..
$dbh = DBI->connect("DBI:ODBC:server_name","sa","");
If possible get me a sample code to read the names in the sysusers table
from both the databases (sybase & SQL).
thanks
Prassana