Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using CLOB data in asp pages

Status
Not open for further replies.

colin81

Technical User
Jul 22, 2002
77
GB
Hi All

I am currently writing an asp script to retrieve data from an oracle database and write the values using the response.write method. I am using the 0040 ole provider. This works fine for all fields except fields of the clob (or lob) data types. I then recive the following message :

Response object error 'ASP 0185 : 80020003'

Missing Default Property

/planningApplications/applicantDetails.asp, line 0

A default property was not found for the object.


I understand that this is because of the datatype clob being used. Can anyone please provide a simple example of how to retrieve a field from an oracle dynaset that is of type clob and write it using the reposne.write method (or assign it to a variable so I can write it).

If you need any more information please ask.

Many Thanks
Colin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top