I would like to know how I can save a query in memory to display in DBgrid,
my current application is using :
TZConnection > TZquery > DataSource > DBgrid
works fine but the problem here is, after a call ZConnection.disconnect the dbgrid is cleaned
i want to disconnect TZConnection immediately after finish the query because most MySQL databases have an limited numbers of user connected simultaneously.