bhaskarReddy <[email protected]> wrote: > Is there any SQLite API for returning a record based on particular > Primary key id.
No special API. You just run a statement of the form select * from MyTable where MyPrimaryKeyColumn = ?; -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

