I recommend using CppSQLite, see http://www.codeproject.com/database/ CppSQLite.asp for examples.

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 do
it in C++??



Regards
WojciechW.

Reply via email to