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

  • From: Delphi Inspiration <delphi@xxxxxxxx>
  • To: yunqa@xxxxxxxxxxxxx
  • Date: Mon, 02 Apr 2012 12:16:41 +0200

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



Other related posts: