While testing my program I tend to have to run things over and over and eventually I get an error that there is insuffient memory from the server for this operation. I assume it is because some of the queries in the datamodule aren't properly closed. If I place DataModule.Free in the OnClose event of my main form (once it is closed the program is over), will that ensure that all the queries are closed as well? Or do i need to loop through all the components on the datamodule and set active to false for all queries? Once the query is not active does that implicitly mean that all the datasets are closed as well?
Thanks! Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned
Thanks! Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned