If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Probelem in Oracle BLOB field accesing

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-17-03, 10:11
deepak_cs2k deepak_cs2k is offline
Registered User
 
Join Date: May 2003
Posts: 1
Probelem in Oracle BLOB field accesing

I am using JDK1.3 with Oracle Driver for JDBC connection

The sample i am using is given below:

// MyTable Desc

fname varchar2(50)
MyFile BLOB


// Statement stat = <connection done>;
ResultSet rs = stat.executeQuery("select fname from MyTable");
------ This works properly -------------

But when i use
// Statement stat = <connection done>;
ResultSet rs = stat.executeQuery("select * from MyTable");

It says java.sql.Exception : GeneralError

Pls give a solution for this.
Reply With Quote
  #2 (permalink)  
Old 05-28-03, 06:02
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
yes, Oracle....

Why don't you try it with an Informix database?
__________________
rws
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On