Re: install_driver(Sybase) failed

2004-03-09 Thread Michael Peppler
On Tue, 2004-03-09 at 10:54, Hemant Kotta wrote: > hello, > > can anyone help me identify if I am missing anything... > install_driver(Sybase) failed: Can't load > '/db/dev/CPAN/perl/5.005_51/install/SunOS_5.5.1//lib/site_perl/5.00551/sun4-solaris/auto/DBD/Sybase/Sybase.so' > for module DBD::Sy

RE: Basic symlink question...

2004-03-09 Thread NIPP, SCOTT V (SBCSI)
Thanks for the PerlMonks suggestion. I found a solution out there. Scott Nipp Phone: (214) 858-1289 E-mail: [EMAIL PROTECTED] Web: http:\\ldsa.sbcld.sbc.com -Original Message- From: Ronald Kimball [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 12:51 PM To: NIPP, SC

install_driver(Sybase) failed

2004-03-09 Thread Hemant Kotta
hello, can anyone help me identify if I am missing anything... I get the below error on trying to execute a script that tries to connect to a sybase database.. install_driver(Sybase) failed: Can't load '/db/dev/CPAN/perl/5.005_51/install/SunOS_5.5.1//lib/site_perl/5.00551/sun4-solaris/auto/DBD

RE: Basic symlink question...

2004-03-09 Thread Ronald Kimball
NIPP, SCOTT V (SBCSI) <[EMAIL PROTECTED]> wrote: > > I know this is not the correct forum for this question, but I figure > someone will know easily enough... I am attempting to use the Perl > symlink > command to create/update a link on the Unix server. Below is the syntax I > am using, a

Re: Basic symlink question...

2004-03-09 Thread Clive Eisen
NIPP, SCOTT V (SBCSI) wrote: I know this is not the correct forum for this question, but I figure someone will know easily enough... I am attempting to use the Perl symlink command to create/update a link on the Unix server. Below is the syntax I am using, and not having any luck with.

Basic symlink question...

2004-03-09 Thread NIPP, SCOTT V (SBCSI)
I know this is not the correct forum for this question, but I figure someone will know easily enough... I am attempting to use the Perl symlink command to create/update a link on the Unix server. Below is the syntax I am using, and not having any luck with. Any help would be most appreci

RE: Span a database transaction across multiple CGI scripts

2004-03-09 Thread Ronald J Kimball
Sagara Wijetunga <[EMAIL PROTECTED]> wrote: > > Is it possible to span a database transaction across > multiple CGI scripts? That is, start transaction and > lock some records in one CGI script and update and > commit in another CGI script. One possible approach is to set up a separate process th

Re: Span a database transaction across multiple CGI scripts

2004-03-09 Thread Michael Peppler
On Tue, 2004-03-09 at 07:05, Sagara Wijetunga wrote: > Hi all > > Is it possible to span a database transaction across > multiple CGI scripts? That is, start transaction and > lock some records in one CGI script and update and > commit in another CGI script. No - unless you can find a way to make

Span a database transaction across multiple CGI scripts

2004-03-09 Thread Sagara Wijetunga
Hi all Is it possible to span a database transaction across multiple CGI scripts? That is, start transaction and lock some records in one CGI script and update and commit in another CGI script. Here is an example: I have a accounts database. Only one user should edit a given account at any given

AW: Firebird RDBMS

2004-03-09 Thread andre halama
> Whice DBD would I use for Firebird 1.5? dbd::interbase should be your friend (haven't tried firebird yet myself...) hth, a.

Firebird RDBMS

2004-03-09 Thread Robert
Whice DBD would I use for Firebird 1.5?