Hi,

I'm developping an application that uses SQLite library.

The application is server/clients concept, the server part manages the database.

For instance, the client sends a request to the server:

<?xml ...><...>...<...><Time>23</Time>

The 'Time' string represents a colomn in the database. If the database does not
contains this colomn, I'd like to add it with default value, in this case, '0'.
Or 'NULL' for strings.

Is it possible to do something like that? Can you help me?

Thank a lot.

--
Delf

Reply via email to