Re: Can't trap Pg warnings

2006-03-24 Thread Joe Slagel
:[EMAIL PROTECTED] http://www.foken.de/alexander/ -- Joe Slagel Chief Software Architect Geospiza Inc www.geospiza.com

DBD::Oracle 2nd insert of row into table with 2 CLOBs hangs

2005-12-06 Thread Joe Slagel
, $discrep ); print( done\n ); } $dbh-rollback(); $dbh-do( DROP TABLE badins ); $dbh-commit(); -- Joe Slagel Chief Software Architect Geospiza Inc www.geospiza.com

Re: Compile of DBD Solid and run time error

2004-01-30 Thread Joe Slagel
the Solid client libraries has to do this regardless of DBD::Solid. I guess Makefile.PL could detect and warn about this... Joe -- Joe Slagel Geospiza, Inc. 3411 Thorndyke Ave, Seattle WA 98119 (206) 633-4403 [EMAIL PROTECTED]

Re: Compile of DBD Solid and run time error

2004-01-29 Thread Joe Slagel
.) use setenv LD_LIBRARY_PATH=directory to indicate where to look for libraries. regards Vishnu -- Joe Slagel Geospiza, Inc. 3411 Thorndyke Ave, Seattle WA 98119 (206) 633-4403 [EMAIL PROTECTED]

Re: Fw: Compile of DBD Solid

2003-11-11 Thread Joe Slagel
, but if you have any other ideas, I'd appreciate any direction you could suggest. Just soft link libsolodbc.so - socl2x30fe.so -- Joe Slagel Geospiza, Inc. 3411 Thorndyke Ave, Seattle WA 98119 (206) 633-4403 [EMAIL PROTECTED]

Re: Solid dbd

2003-08-07 Thread Joe Slagel
the dbd driver for solid. The SOLIDDIR enviroment variable should be set to their location. Assuming the machines are the same OS/architecture, you could simply copy the libraries from your server machine over to your other computer and then build the driver. - Joe -- Joe Slagel Geospiza, Inc

Re: trouble compiling DBD::Oracle on Solaris 7 with Oracle 9i (9.2.0)

2002-09-06 Thread Joe Slagel
and move it to another system that does not have these files on it you'll get a oracle timezone error -- Joe Slagel Geospiza, Inc. 3939 Leary Way NW, Seattle WA 98107 (206) 633-4403 [EMAIL PROTECTED]

Interesting DBI/alarm()/Solaris problem? !?

2002-08-12 Thread Joe Slagel
( 'DBI:Oracle:host=host; sid=sid; port=1521', 'user', 'password' ); alarm( 0 ); print \$\@: $@\n; print sleeping...; sleep(10); print done\n; -- Joe Slagel Geospiza, Inc. 3939 Leary Way NW, Seattle WA 98107 (206) 633-4403 [EMAIL PROTECTED]