Is there a way to store a one (unique) data element in SQLite?

Posted by prosseek on Stack Overflow See other posts from Stack Overflow or by prosseek
Published on 2010-06-10T00:36:09Z Indexed on 2010/06/10 0:42 UTC
Read the original article Hit count: 156

Filed under:
|

I need to use SQLite database file as a file for storing information, and I want to store the version of the file in the SQLite database file.

How can I do this? I mean, how to store unique (only one) data in SQLite? I don't want to use store the info by making table for this, as the version info is just one number.

© Stack Overflow or respective owner

Related posts about database

Related posts about sqlite