Re: [sqlite] How to create DLL for windows?

2006-10-03 Thread Yuvaraj Athur Raghuvir
Do I need to uninstall my cygwin for mingw + msys to work? I see that when I run configure or make, cygwin utilities figure On 10/3/06, Miha Vrhovnik <[EMAIL PROTECTED]> wrote: Why don't you use mingw + msys enviroment? Google for more. Regards, Miha "Yuvaraj Athur Raghuvir" <[EMAIL PR

[sqlite] Re: How to find errors ?

2006-10-03 Thread Martin Alfredsson
Martin Alfredsson jma.se> wrote: I understand, I to did not understand what happened. But the code below shows my point (sorry for the horrible indentation). Rather than apologize, why not just fix it? Is your time so much more valuable than ours that you cannot be troubled with such mundane

RE: [sqlite] Problem with close

2006-10-03 Thread Onnig Kouyoumdjian
Thanks. I will give that a try. -Original Message- From: Roger Binns [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 6:23 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Problem with close Onnig Kouyoumdjian wrote: > One reason is that with the Finisar, I can specify th

Re: Re[2]: [sqlite] Regarding aborting a query

2006-10-03 Thread He Shiming
Actually it implements such syntax. See LIMIT and OFFSET at http://www.sqlite.org/lang_select.html Filip Right, I missed that. Sorry for the confusion. Best regards, He Shiming - To unsubscribe, send email to [EMAIL

Re[2]: [sqlite] Regarding aborting a query

2006-10-03 Thread Filip Navara
> At the present time, sqlite hadn't implemented syntax such as LIMIT 0,5. So > you have to do it manually. It's fairly easy if you use prepared statements. > The steps are as follows: Actually it implements such syntax. See LIMIT and OFFSET at http://www.sqlite.org/lang_select.html Filip -