Page 1 of 1

VirtualTable and Create Temporary Table

Posted: Fri 14 Mar 2008 14:39
by ghaith
Hey,
I need to have some kind of temp tables in my application, should i've noticed the component TVirtualTable, as well as mysql's create temporary table, which one is the recommended way to use?

Thank you

Posted: Fri 14 Mar 2008 16:24
by Antaeus
You should choose between temporary table of MySQL and TVirtualTable proceeding from tasks entrusted to this table.

The advantage of TVirtualTable is that it stores data on the client, therefore it does not need roundtrips to server when you need data in your application.

Posted: Sat 15 Mar 2008 08:03
by ghaith
Thank you, that was very helpful

consider this thread solved