[sqlite] Function patternCompare() not EBCDIC friendly

2015-12-31 Thread David Clark
Roland, Congrads on getting something to work with sqlite and z/OS. ?How did you resolve the file I/O issues, or did you have any. ?I figured sqlite should be able to run on z/OS a few years back due to the portable nature of the code I saw. ? But the?mainframe guys who supposedly knew, told me.

[sqlite] field length retreval

2014-04-17 Thread David Clark
If I have a table of  field1 varchar(25) field2 varchar(50) field3 varchar(75) I know sqlite does not enforce limits, but in my program it would be useful if I could find the declared lengths of 25, 50 and 75 in this case.  How might I do that in sqlite? Thank you, David Clark

Re: [sqlite] compiling the non-AMALGAMATION on visual studio

2013-10-30 Thread David Clark
: No error Stop. C:\TFS\Main\source\lib\ThirdParty\sqlite_dbg\sqlite-src-3080100> I did install gawk and tcl85 for windows  to get this far.  Any ideas...anybody? I did try the make sqlite3-all.c on the other link.  But my system does not find make.exe.  nmake.exe is found just fine.

[sqlite] compiling the non-AMALGAMATION on visual studio

2013-10-28 Thread David Clark
I am trying to compile the source tree on visual studio with makefile.msc and I get the following: C:\TFS\Main\source\lib\ThirdParty\sqlite_dbg\sqlite-src-3080100>nmake -B -f make file.msc | more Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation.

Re: [sqlite] Sqlite ubuntu 12.10 compile/install

2013-01-30 Thread David Clark
This has been resolved...solution: 1) use gcc not g++. 2) grab the lastest source from sqlite.org.  There was a version update in doing that.  But now it seems good on both operating systems.   Thank you, David Clark > > From: Michael Black >To: &#x

Re: [sqlite] Sqlite ubuntu 12.10 compile/install

2013-01-30 Thread David Clark
get a similar error from g++...as far I can tell in my source code and header file.  These two items are undeclared.   Any ideas?   Thank you, David Clark > > From: Michael Black >To: 'David Clark' ; 'General Discussion of SQLite >D

[sqlite] Sqlite ubuntu 12.10 compile/install

2013-01-30 Thread David Clark
.   I know I not being specific on the errors I got.  But my question here is... basically under ubuntu what should my procedure be for installing and compiling sqlite?  Yes I am new to ubuntu so the obvious is not so obvious  on that OS.   Thank you, David Clark

Re: [sqlite] multithreaded query testing results, and a significant windows performance improvement (10x).

2008-10-17 Thread David Clark
een flushed. } return(retval); } Something that has worked for (11) years for me in application logging functionality...let me know if anyone finds issue or knows of issue with it. I have only tried this on windows NT/2000/XP x64. David Clark At 03:31 PM 10/15/2008, Doug wrote: >

Re: [sqlite] basic insert questions...

2008-10-15 Thread David Clark
At 03:01 PM 10/15/2008, Jay A. Kreibich wrote: >On Wed, Oct 15, 2008 at 01:38:16PM -0500, David Clark scratched on the wall: > > Ok I want to convert a large application which uses ad-hoc data > > structures and file formats to a sqlite database. But before I do that > > I

[sqlite] question: remote clients reading and writing to a sqlite database.

2008-10-15 Thread David Clark
situation it most likely would not happen but if it did...because it is open source and has so many tools built into the way it is built. We can figure out and resolve what is going on. Thanks, David Clark ___ sqlite-users mailing list sqlite-users

[sqlite] basic insert questions...

2008-10-15 Thread David Clark
Ok I want to convert a large application which uses ad-hoc data structures and file formats to a sqlite database. But before I do that I am working on a proof of concept test to show that yea it will work once conversion is done. But alas my first test is failing miserably. Well, it works it j