Re: [sqlite] SQLite fow winrt metro application

2012-05-13 Thread Michael Steiger
On 13.05.2012 15:16 Simon Slavin said the following: On 13 May 2012, at 12:33pm, Michael Steiger<msli...@infoworks.at> wrote: On 13.05.2012 13:24 Simon Slavin said the following: On 13 May 2012, at 12:19pm, Ofer Ebert<ofer.eb...@bioness.co.il> wrote: I need to handle an

Re: [sqlite] SQLite fow winrt metro application

2012-05-13 Thread Michael Steiger
On 13.05.2012 13:24 Simon Slavin said the following: On 13 May 2012, at 12:19pm, Ofer Ebert wrote: I need to handle an sql database in my metro application (Windows 8) can I do it and how I use it from a c# application. Download the SQLite C amalgamation library

Re: [sqlite] Downgrade support for OS/2?

2012-04-03 Thread Michael Steiger
On 03.04.2012 19:38 Richard Hipp said the following: We propose to remove the VFS module for OS/2 from the SQLite amalgamation in the next release, reducing the size of the amalgamation source file by 1924 lines (or about 1.4%). If this change will cause you any serious hardship, please speak

Re: [sqlite] Is there any API for counting number of rows in a particular table.

2012-02-05 Thread Michael Steiger
On 05.02.2012 19:18 Fabio Spadaro said the following: 2012/1/31 John Elrick On Tue, Jan 31, 2012 at 6:01 AM, Fabio Spadaro How do you make it open database files that have an

Re: [sqlite] Is there any API for counting number of rows in a particular table.

2012-02-05 Thread Michael Steiger
On 05.02.2012 19:18 Fabio Spadaro said the following: 2012/1/31 John Elrick On Tue, Jan 31, 2012 at 6:01 AM, Fabio Spadaro How do you make it open database files that have an

Re: [sqlite] How to drop a table using sqlite API

2012-02-02 Thread Michael Steiger
Hi Friend, could you please start to read the online documentation at http://www.sqlite.org/docs.html Almost every question you ask is already answered there. Thanks Michael On 02.02.2012 12:26 bhaskarReddy said the following: HI Friends, How can i drop a table using sqlite

Re: [sqlite] Problem with sqlite3_prepare_v2?

2011-05-17 Thread Michael Steiger
On 17.05.2011 11:22 StyveA said the following: > > Hello everyone, > > I don't understand why when I use the sqlite3_prepare_v2() function, some > bind_xxx, and then commit, the data stored in my database are redundant.. > > To be more precise, when I run my code (see below), I obtain this in my >

Re: [sqlite] using sqlite3_get_table --additional info...

2011-03-31 Thread Michael Steiger
On 31.03.2011 16:30 john darnell said the following: > BTW, if there is a better way to get a row count without using > sqlite3_get_table() that would also work. This will work withput fetching the table dbrc = sqlite3_prepare_v2 (db, "select count(*) from table", -1, , NULL); if

Re: [sqlite] Strange "database disk image is malformed" problems

2010-12-20 Thread Michael Steiger
> On Mon, Dec 20, 2010 at 7:58 AM, Simon Slavin<slav...@bigfraud.org> wrote: >> >> On 20 Dec 2010, at 12:49pm, Michael Steiger wrote: >> >>>> Can you tell us what is producing that log text you found ? >>> I am developing network appliances using

Re: [sqlite] Strange "database disk image is malformed" problems

2010-12-20 Thread Michael Steiger
On 20.12.2010 13:32 Simon Slavin said the following: > > On 20 Dec 2010, at 12:17pm, Michael Steiger wrote: > >> In the meantime I further analyzed the problem and I also looked at the >> corrupt databasefile. To my surprise it contained some logfile output >> from

Re: [sqlite] Strange "database disk image is malformed" problems

2010-12-20 Thread Michael Steiger
Hi Simon, On 20:59 Simon Slavin said the following: > > On 19 Dec 2010, at 2:56pm, Michael Steiger wrote: > >> sqlite3_prepare_v2, sqlite3_step, sqlite_column_*, ...: to read data > > erm ... sqlite3_finalize() ? Is already there (just forgot to mention it) > htt

[sqlite] Strange "database disk image is malformed" problems

2010-12-19 Thread Michael Steiger
s fine. I have no idea where to look Do you have any ideas? Thanks in advance Michael Steiger ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users