Austin
On Dec 7, 2005, at 1:49 PM, [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 doit in C++?? Regards WojciechW.

