Re: Data Format

2007-04-09 Thread Jonathan Leffler
On 4/8/07, essential quint [EMAIL PROTECTED] wrote: I'm still learning DBI, so please dont hit me too hard. ;) OK. I've noticed, when capturing form input in multiline text boxes, the format (particularly line breaks) is getting lost. Is there a way to preserve such things as line breaks?

Re: [?? Probable Spam] Data Format

2007-04-09 Thread Ron Savage
essential quint wrote: Hi I'm still learning DBI, so please dont hit me too hard. ;) OK so far. I've noticed, when capturing form input in multiline text boxes Now you're talking CGI. Do you realize that? You probably want to: o Switch to another mailing list o Use the 'wrap' option

DBI-connect failed: ERROR OCIEnvInit

2007-04-09 Thread Kathy . Shu
Hi, We are getting DBI-connect failed: ERROR OCIEnvInit when attempting to connect an Oracle 9.2.0.5 instance on VMS AXP 8.3 platform. OS is recently upgraded from V.7.3 to 8.3. perl -V output: Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform:

RE: DBI-connect failed: ERROR OCIEnvInit

2007-04-09 Thread Reidy, Ron
I haven't done VMS work in years, but it used to be the case that when an OS upgrade was performed, one had to relink shared libraries. Have you tried relinking DBD::Oracle and DBI? -- Ron Reidy Lead DBA Array BioPharma, Inc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: :Oracle - Any advance on inserting CLOB to XMLTYPE?

2007-04-09 Thread John Scoles
Well I have been hacking this one to death this weekend. Did manage to get it to work using a SP that creats a lob pointer before we do the update but this is a very bad hack on my part. I think this will require lob locators as the function SYS.XMLType.CREATEXML requires all the CLOB there

DBI failing with blead

2007-04-09 Thread Jerry D. Hedden
DBI 1.54 is generating core dumps with blead (30875) Perl under Cywin. This is occurring with t/zvg_65transact.t and t/zvxgp_65transact.t. For example: perl -Mblib t/zvxgp_65transact.t 1..0 # Skip Transactions not supported by DBD::Gofer Segmentation fault (core dumped) Is anyone else