how to retrieve data from CLOB datatype in Oracle being called from VB/ASP?

Sharky Forums


Results 1 to 3 of 3

Thread: how to retrieve data from CLOB datatype in Oracle being called from VB/ASP?

  1. #1
    Sushi
    Join Date
    Dec 2001
    Posts
    1

    Post how to retrieve data from CLOB datatype in Oracle being called from VB/ASP?

    How can I retrieve data from a field of CLOB datatype in Oracle
    8 being called from an ASP or VB application? The recordset
    object in ASP or VB doesn't support the CLOB datatype.
    Thank you in advance for your help.

  2. #2
    Ursus Arctos Moderatis Grizzly's Avatar
    Join Date
    Sep 2000
    Location
    Providence, RI USA
    Posts
    3,077

    Post

    Microsoft's OLE DB Provider for Oracle does not support that binary datatype. I've come to the understanding that you need to somehow get the Oracle OLE DB Provider in order to gain access to binary datatypes like BLOB's and CLOB's.

    I found this article, which might be midly useful to you:
    http://www.vbip.com/books/1861003927...er_3927_16.asp

  3. #3
    Hammerhead Shark e_dawg's Avatar
    Join Date
    Jan 2001
    Location
    Earth, Western Hemisphere, North America, US, UT, SLC
    Posts
    2,628

    Post

    Did you figure out how to do it?

    Clob fields are a bit of a pain... We had so much trouble with them that we had to change our design to compensate for issues with using that data type in Java.

    ------------------
    Founder of the Sharky (Ultra) High-Resolution Club[SHRC] [SHRC:ETCH]
    [SGC Ultimate pass... Don't read anything I post unless you want a headache]
    SF Linux Hippie Club Vice-Vice President [Card]
    America Online Doit Mourir
    Everything you ever wanted to know and see about e-dawg...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •