-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alexander Poddey wrote:
> does there exist some approaches to deal with situations like this?

It isn't clear exactly what your question is.  You can quite happily add
columns to an existing table at any time using ALTER TABLE ADD COLUMN.

If each "entry" will have a random set of arbitrary columns then you'll be
better off with a schema less database - CouchDB is my favourite and the
Javascript it includes has XML processing primitives.

If your question is generally about dealing with XML then I suggest fixing a
large amount of padding on the table in front of you right in the spot where
you will be repeatedly banging your head.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkrRlHIACgkQmOOfHg372QRBuQCgoYiIaac0Zv0FpNAGnjjmLZaV
Qg0AnRfw3nz/+qtbtpVuL0dqylvm9LAv
=H8c+
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to