Re: [sqlite] Is there any API that will return a record based on Primary key.

2012-01-19 Thread Igor Tandetnik
bhaskarReddy 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

Re: [sqlite] Is there any API that will return a record based on Primary key.

2012-01-19 Thread Simon Slavin
On 19 Jan 2012, at 10:18am, bhaskarReddy wrote: > Is there any SQLite API for returning a record based on particular > Primary key id. Bhaskar, time to get a book on SQL and read it. Simon. ___ sqlite-users mailing list

[sqlite] Is there any API that will return a record based on Primary key.

2012-01-19 Thread bhaskarReddy
HI Friends, Is there any SQLite API for returning a record based on particular Primary key id. Regards, Bhaskar Reddy. -- View this message in context: http://old.nabble.com/Is-there-any-API-that-will-return-a-record-based-on-Primary-key.-tp33166831p33166831.html Sent from the