[AOLSERVER] Oracle driver problem

2001-05-07 Thread Barry Books
Hello, I'm working on an Oracle driver problem and I'm curious if anyone else has seen it. I'm running the win32 version 2.4 driver with Oracle 8.1.6 on NT (client and server) The problem is if I try and update a column with a clob greater that 64k I get [07/May/2001:16:16:29][610.601][-conn0-]

Re: [AOLSERVER] Oracle driver problem

2001-05-07 Thread Ling Wang
le of people helped me some what without any success. Good luck. Ling Wang >From: Barry Books <[EMAIL PROTECTED]> >Reply-To: AOLserver Discussion <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [AOLSERVER] Oracle driver problem >Date: Mon, 7 May 2001 16:54:22 -050

Re: [AOLSERVER] Oracle driver problem (solved)

2001-05-08 Thread Barry Books
It turns out the code to put the clob into the datebase was incorrect The call was db_dml update_trans { update bv_transactions set transaction = :xml where transaction_id = :transaction_id returning transaction into :1