Hi there,
Just interested to know what the best process is when dealing with SQL for ensuring that on exiting a form or procedure that everything which needs to be closed off actually is.
For instance I have a form with TQuery, Tdatasource & TTable components (1 of each). On executing an SQL statement when I am finished with it I have been simply closing the TQuery component, the same for when I exit my program do I need to do anything else?
Thanks
PL
Just interested to know what the best process is when dealing with SQL for ensuring that on exiting a form or procedure that everything which needs to be closed off actually is.
For instance I have a form with TQuery, Tdatasource & TTable components (1 of each). On executing an SQL statement when I am finished with it I have been simply closing the TQuery component, the same for when I exit my program do I need to do anything else?
Thanks
PL