Hi ,

I'm planning to use SQLite as a replacement of an home made data
storage file format.

In the current home made format, I use keywords followed by strings or
floats .
The issue is that number and type of data vary from one keyword to the
other:

Example :

Keyword-01    Foo  12.007   Bar  24.9682
Keyword-02    64738 65535 12.12   3.1415   2.71    0.007
Keyword-03    SingleString
...

So my question is : how to create a table in which rows (keywords)
could contain variable type and number of data ?

Thanx for your help !

Olivier
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to