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 > Problem inserting Blob Data (Invalid LO argument )

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-26-03, 06:35
lloydnwo lloydnwo is offline
Registered User
 
Join Date: Aug 2003
Location: India
Posts: 262
Problem inserting Blob Data (Invalid LO argument )

Dear All,

I have IDS 9.4 on Win 2000. I have installed client sdk 2.81, i have also installed Informix JDBC Driver 2.21.JC5. I have a blob table. I could insert data into the table through java. Now i have installed IDS 9.3 on Sun Solaris and when i try to insert data, i get the foll. error -

java.sql.SQLException: blob_assign: error during processing or invalid LO argument
at com.informix.jdbc.IfxSqli.addException(IfxSqli.jav a:3124)
at com.informix.jdbc.IfxSqli.receiveError(IfxSqli.jav a:3435)
at com.informix.jdbc.IfxSqli.dispatchMsg(IfxSqli.java :2259)
at com.informix.jdbc.IfxSqli.receiveMessage(IfxSqli.j ava:2179)
at com.informix.jdbc.IfxSqli.sendStatementExecute(Ifx Sqli.java:1178)
at com.informix.jdbc.IfxSqli.executeExecute(IfxSqli.j ava:2105)
at com.informix.jdbc.IfxSqli.executeExecute(IfxSqli.j ava:2042)
at com.informix.jdbc.IfxResultSet.executeExecute(IfxR esultSet.java:394)
at com.informix.jdbc.IfxStatement.executeImpl(IfxStat ement.java:924)
at com.informix.jdbc.IfxPreparedStatement.execute(Ifx PreparedStatement.java:301)
at InsertBlob.main(InsertBlob.java:57)


What could the problem be. Do i need to set some additional parameters. Please advice.

Thanks & Regards,

Lloyd
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