Re: [sqlite] How to select from table

2012-06-20 Thread Black, Michael (IS)
rmation Systems From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of deltagam...@gmx.net [deltagam...@gmx.net] Sent: Wednesday, June 20, 2012 10:04 AM To: General Discussion of SQLite Database Subject: EXT :Re: [sqlite] How to select from table Am 20.06.2012

Re: [sqlite] How to select from table

2012-06-20 Thread deltagam...@gmx.net
Am 20.06.2012 14:55, schrieb Igor Tandetnik: deltagam...@gmx.net wrote: how can i select from sqlite3 db ? By executing a SELECT statement, of course. See this example: http://books.google.com/books?id=VsZ5bUh0XAkC&pg=PA222 How do I retrieve the number of records in a table ? By running thi

Re: [sqlite] How to select from table

2012-06-20 Thread Igor Tandetnik
deltagam...@gmx.net wrote: > how can i select from sqlite3 db ? By executing a SELECT statement, of course. See this example: http://books.google.com/books?id=VsZ5bUh0XAkC&pg=PA222 > How do I retrieve the number of records in a table ? By running this statement: select count(*) from MyTable; --

Re: [sqlite] How to select from table

2012-06-20 Thread deltagam...@gmx.net
Am 20.06.2012 12:02, schrieb deltagam...@gmx.net: Hello, how can i select from sqlite3 db ? How do I retrieve the number of records in a table ? Thx in advance Sorry forgot to tell, I'm using the c++ API ___ sqlite-users mailing list sqlite-users@

[sqlite] How to select from table

2012-06-20 Thread deltagam...@gmx.net
Hello, how can i select from sqlite3 db ? How do I retrieve the number of records in a table ? Thx in advance ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users