U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » Oracle8: Insert a long RAW Value
Re: Oracle8: Insert a long RAW Value [message #26743 is a reply to message #26742] Tue, 25 May 2010 14:24 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
		SQL.Execute("update TABLE set DATA = ? where ID = ?", SqlRaw(data), q);


You cannot use SqlExp for this. That is why I usually split the process into two parts: I use SqlExp to do the insert, then update to set longraw value.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SQLITE3: Bind parameter by name
Next Topic: Access violation since rev 2407
Goto Forum:
  


Current Time: Fri Sep 11 00:25:57 GMT+2 2026

Total time taken to generate the page: 0.00598 seconds