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 » How to use Sqlite BLOB type in U++ schema files?
Re: How to use Sqlite BLOB type in U++ schema files? [message #38759 is a reply to message #38756] Mon, 14 January 2013 09:30 Go to previous messageGo to previous message
Zbych is currently offline  Zbych
Messages: 326
Registered: July 2009
Senior Member
omari wrote on Sun, 13 January 2013 22:25


BLOB is used like String.

	row.NAME = n;
	row.MYBLOB = SqlBinary(data);
	
	sql*Insert(MYTABLE)(row);
}

omari


I might be wrong, but SqlBinary is necessary when you insert binary data.

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: What do I need to download / configure to use MySql with U++?
Next Topic: How to view immediately the primary key in SqlArray
Goto Forum:
  


Current Time: Fri May 10 04:47:18 CEST 2024

Total time taken to generate the page: 0.01985 seconds