Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> VB/ASP/CLOBs/Oracle

VB/ASP/CLOBs/Oracle

From: markag <member_at_dbforums.com>
Date: 25 Apr 2002 14:34:27 GMT
Message-ID: <3cc813f3$1@usenetgateway.com>


Hi all,

Using VB6/ADO/Oracle 8.1.5/6

MUST be done using ADO...

Here is my problem:

I need to be able to take a CLOB field in a table called

clob_test Name Null? Type -----------------------------------------

-------- ----- MYCLOB CLOB
which will hold a large (>4K) HTML page, and read that CLOB data from ASP and write it to the HTML stream from an ASP page so it gets displayed to the browser.

Second, I will need to do a submit() on an HTML page and write some resulting HTML from ASP to the same CLOB column.

The app is essentially an HTML-based letter editor and I have reached the 4K barrier. Clients will need to be able to read the letter into the browser, edit it, save it and write it back to the CLOB field on the server. Also the program will generate letters from VB/ASP using this CLOB field.

Your help is appreciated.

TIA. Mark

--

Posted via dBforums
http://dbforums.com Received on Thu Apr 25 2002 - 09:34:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US