[sqlite] deprecated windows OS calls

2016-11-04 Thread Mark Benningfield
Hello all. I'm building SQLite from the amalgamation: #define SQLITE_VERSION"3.14.1" #define SQLITE_VERSION_NUMBER 3014001 #define SQLITE_SOURCE_ID "2016-08-11 18:53:32 a12d8059770df4bca59e321c266410344242bf7b" I'm getting the following compiler warnings: WarningC4996

Re: [sqlite] deprecated windows OS calls

2016-11-04 Thread Scott Robison
On Fri, Nov 4, 2016 at 7:28 PM, Mark Benningfield wrote: > Hello all. > > I'm building SQLite from the amalgamation: > > #define SQLITE_VERSION"3.14.1" > #define SQLITE_VERSION_NUMBER 3014001 > #define SQLITE_SOURCE_ID "2016-08-11 18:53:32 >

Re: [sqlite] deprecated windows OS calls

2016-11-04 Thread Keith Medcalf
Checking the Windows API version doesn't really give much information anyway. The Windows API has undergone almost no changes since its inception (which is why software written for the win32api a decade ago continues to work flawlessly). Pretty much it only is a rough indicator of when

[sqlite] table can't be active

2016-11-04 Thread hfiandor
Hi: I´m working with Lazarus and SQLite tables. I´m doing an application with Selection form, where I have a bottom to do a query. When pressed become active two tables with values to be charged and create a new tables: tTemp2. This query is a little complex, and the solution implemented is to