Re: Sybase access from perl

2003-10-30 Thread Ed Summers
On Thu, Oct 30, 2003 at 04:37:28PM -, G.B.Evans wrote: > I need to be able to interrogate a Sybase table from within a perl > program. > (The statement would be as simple as SELECT ID FROM TERM_TABLE WHERE > VALUE="a string") You'll want to use DBI and DBD::Sybase. DBI is Perl's generic interf

Sybase access from perl

2003-10-30 Thread G.B.Evans
Hi all, I need to be able to interrogate a Sybase table from within a perl program. (The statement would be as simple as SELECT ID FROM TERM_TABLE WHERE VALUE="a string") Could some-one point me in the direction of some documentation please. Geoff.