in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Re: autoincrement column from database

    You can query table 'sqlite_.sequences' to find all tables which they have autoincrement PKs. Then use connection.GetSchema("columns") to get all PKs.
    Posted to Feature Requests (Forum) by Snax on 11-26-2007
  • autoincrement column from database

    is it hard to implement property like: bool GetAutoincementPrimaryKeyValueFromDataSource (true/false) to the primary key column that after dataadapter.insert will get last_insert_rowid() and set this value to proper column in datatable? it would easy application developing, i think:) or maybe it...
    Posted to Feature Requests (Forum) by Wiaz on 08-13-2007
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems