in reply to Simpler way to connect to Sybase server

The DBI module together with the DBD::Sybase database driver will be a lot easier than using ctlib of Sybperl.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you don't talk about Perl club."

  • Comment on Re: Simpler way to connect to Sybase server

Replies are listed 'Best First'.
Re: Re: Simpler way to connect to Sybase server
by Anonymous Monk on Nov 27, 2001 at 22:45 UTC
    There is a good example of using the Sybase DBI library on CPAN. Go to the script section and look for a script called sqlgui. I used to work with the author and this script contains a lot of excellent tricks for database programming.