Re: [sqlite] SQLite 16 bits

2010-03-25 Thread Miroslav Zagorac
Simon Slavin wrote: > On 25 Mar 2010, at 2:04am, Andi Suhandi wrote: > >> Is there SQLite for 16 bit OS ? >> I want to use sqlite in my program in turbo c++ and running in DOS. > > You can download SQLite as source code, and use whatever C compiler you're > using for your own software to

Re: [sqlite] debugging sqlite with gdb

2009-08-17 Thread Miroslav Zagorac
Mohammad Reaz Uddin wrote: > I downloaded 'sqlite-amalgamation-3.6.16.tar.gz' and used makefile to > compile it. > sqlite is a shell script, wrapper to a compiled binary in .libs directory. -- Zaga You have worked and not worked. Not working is the hardest work of all.

Re: [sqlite] debugging sqlite with gdb

2009-08-16 Thread Miroslav Zagorac
> I downloaded 'sqlite-amalgamation-3.6.16.tar.gz' and used makefile to > compile it. > sqlite is a shell script, wrapper to a compiled binary in .libs directory. -- Zaga You have worked and not worked. Not working is the hardest work of all. ___

Re: [sqlite] (no subject)

2009-06-26 Thread Miroslav Zagorac
> Hello. > > I'm using SQLite with a VB wrapper (dhSQLite) for VB6. > > The following SQL string works fine for putting together a recordset where > the DATE field contains only the date of the last day of each month. > > > SQLString = "SELECT date(Date,'start of month','+1 month','-1

[sqlite] initcap function (patch for icu.c)

2008-12-19 Thread Miroslav Zagorac
Hello, here is a patch which adds initcap function for use with icu.c (which uses the icu4c library - International Components for Unicode). SQL syntax for use of initcap is similar to lower or upper functions (see documentation in the file ext/icu/README.txt. If you need it (or like it) use it