I am having a problem quering data using the SQL Toolkit. I open a connection and then query data (100 records) and close the connection, if I execute this loop once I have no problems, but if I loop this 40 times my PC will locks up after the 36th loop. I don't know if this could be memory leak issue or not. I thought that if you close the connection and reopen a new one that the memory would be reset. How can I get around this problem?
Thanks for any help,
Price1