[EMAIL PROTECTED] wrote:

Hello,
I have a following problem.
In my program I have a vector of elements let say defined as follow:

struct intDouble {
 int x;
int y; };

Now, I would like to put the contents of this vector into sqlite table, to
be able than read it back. Mayby someone can suggest some solution how to do
it in C++??



Regards
WojciechW.

------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.13.12/193 - Release Date: 6/12/2005
I use a blob, your class have to be able to output and be constructed by the same blob.

Best wishes

--
Noël Frankinet
Gistek Software SA
http://www.gistek.net

Reply via email to