in reply to Sybperl vs Perl 5.8.4 DBI

If you are already familiar with DBI then you should use it for this.

If you are already familiar with Sybase's OpenClient API (in C), then sybperl (or, more precisely, the Sybase::CTlib module) may be a reasonable choice.

You can also look at Sybase::Simple which provides a few very simple calls on top of Sybase::CTlib.

You may also be interested in this node.

Michael

Replies are listed 'Best First'.
Re^2: Sybperl vs Perl 5.8.4 DBI
by azstyx (Acolyte) on Apr 15, 2005 at 19:02 UTC
    Thanks Michael!!!!!!! :)