Board index » delphi » MySQL Temporary Tables Too Temporary
Aaron Milner
![]() Delphi Developer |
Mon, 28 Mar 2005 04:26:22 GMT
MySQL Temporary Tables Too Temporary
I am working with MySQL and I am trying to use temporary tables.
Unfortunately my temporary tables are being a little too temporary and I can't access them from one query to the next. If I create a table in a query, I would like to be able to insert more into I have a feeling this is a simple question, but I have been unable to find Does anyone know this trick? //This is what I am doing... q := TSQLQuery.Create(Self); q.SQL.Clear; q.SQL.Clear; |