I have worked with DBD:ODBC and it works quite well........ don't know what
can be the advantage of using Sybase stuff to access SQL ( AFAIK u have to
do this only if u are useing SQL 6.5)...
Also take a look at DBD::Win32ODBC....
The only problem I had was when a tried to execute TSQL-batch something like
this :
my ($resut) = $dbh->selectrow_array(qq{
 INSERT ....
 INSERT .....
 SELECT blah
});

but it was 'cause on the production system they used older version of ODBC
driver....

for access from UNIX possibly unixODBC can help (didn't tested, but it has
to be bundled with most Linux distributions)...
One other solution is possibly DBD::Proxy, I haven't not used it thought ..

HtH
=====
iVAN
[EMAIL PROTECTED]
=====


Reply via email to