[yunqa.de] Re: Disqlite 3 Pro : Temporary table question

  • From: "Jon Burnham" <jba@xxxxxxxxxxxxxx>
  • To: <yunqa@xxxxxxxxxxxxx>
  • Date: Mon, 2 Apr 2012 12:04:03 +0100

The const SQL query suggestion works brilliantly, thanks.



-----Original Message-----
From: yunqa-bounce@xxxxxxxxxxxxx [mailto:yunqa-bounce@xxxxxxxxxxxxx] On Behalf 
Of Delphi Inspiration
Sent: 02 April 2012 11:17
To: yunqa@xxxxxxxxxxxxx
Subject: [yunqa.de] Re: Disqlite 3 Pro : Temporary table question

On 02.04.2012 11:16, Jon Burnham wrote:

> 2) Best way of storing SQL statements persistently, any thoughts - 
> perhaps just a hidden memo with labels ?

const
  SQL = 'select * from table';

Fastest, most memory efficient and easiest to maintain.

> 3) Those demo's need to be updated for XE2.

According to my testing, the DISQLite3 demos compile and run well with Delphi 
XE2, both Win32 and Win64. Which demo does not work for you? Your statement 
needs evidence and accuracy.

> I still think form based demo's are much easier to understand.

Thanks for sharing your point of view. Others might prefer a different 
approach. To satisfy both likings, DISQLite3 comes with plenty of demos, both 
console and form based.

Ralf
_______________________________________________
Delphi Inspiration mailing list
yunqa@xxxxxxxxxxxxx
//www.freelists.org/list/yunqa



_______________________________________________
Delphi Inspiration mailing list
yunqa@xxxxxxxxxxxxx
//www.freelists.org/list/yunqa



Other related posts: