|
-
Sep 23rd, 2004, 11:52 AM
#1
Clobs & Blobs?
How would I create a java.sql.Clob or java.sql.Blob from Scratch? I can't find anything in the docs about how to obtain them aside from ResultSet.getBlob and ResultSet.getClob, which require that I have a compatible ResultSet, which I don't have.
Thanks in advance
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 24th, 2004, 09:34 AM
#2
Addicted Member
Clob and Blob creation
I believe that the java.sql.Clob and Blob are interfaces, so you can create your own instances of them.
However i don't know if these clobs and blobs would actually work in someelses database, you'd hope so, but i don't know for sure..
I know we had problems with the Blobs returned by an Oracle Driver we were using and we managed to erpair it byt wrapping the Oracle Blob implementation with one of our own, so i know some things are possible....
Andy...
-
Sep 24th, 2004, 09:39 AM
#3
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|