Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » Oracle8: Insert a long RAW Value
Re: Oracle8: Insert a long RAW Value [message #26745 is a reply to message #26743] Tue, 25 May 2010 15:00 Go to previous messageGo to previous message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

luzr wrote on Tue, 25 May 2010 15:24

		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


in oracle8 you use SqlRaw?
I see only in Oracle7 it is processed!
 
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: Mon May 20 15:39:24 CEST 2024

Total time taken to generate the page: 0.00772 seconds