How do I set an identity column for sqlite in visual studio? I am performing a new query and am trying to create a new table using script.
A:
Take a look at System.Data.SQLite here. It offers your ability to talk to sqlite inside visual studio.
J.W.
2009-07-02 17:06:15