in reply to DBD::Sybase or Sybperl on Linux
Install the DBI and DBD::Sybase. Sybperl is a holdover from the days of yore (read - before the DBI), and while still functional and all that, you really want to use the DBI.
There are a few gotchas, such as the need for the dblib and ctlib functions (with a free as in speech version at this site.) Or if you happen to have a copy of Sybase SQL Server for *nix sitting around, you could use those.
If I recall, in some cases, make test might fail, but this has been, in my experience, a non-showstopping problem.
It's a great interface, that allows you to use any DBMS that speaks in Tabular Data Streams (read - Sybase SQL Server, MS SQL Server, and Sybase SQL Anywhere).
ALL HAIL BRAK!!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: DBD::Sybase or Sybperl on Linux
by unixwzrd (Beadle) on Feb 27, 2001 at 05:13 UTC | |
|
Re: Re: DBD::Sybase or Sybperl on Linux
by TGI (Parson) on Feb 27, 2001 at 06:05 UTC | |
by PsychoSpunk (Hermit) on Feb 27, 2001 at 10:16 UTC | |
|
Re: Re: DBD::Sybase or Sybperl on Linux
by lachoy (Parson) on Mar 08, 2001 at 23:05 UTC |