Hardee Mahoney
2008-06-19 13:59:27 UTC
Hello,
I am using Delphi 2007 and MySQL 4.1.
I have a single TSQLConnection which connects to the database when my
application opens. I have a TSQLDataset with that connection. Then I use
that TSQLDataset over and over again with a different CommandText property.
I always close the TQLDataset after everytime I open it.
After not many calls I get the exception TDBXError: Too many connections.
Could someone give me some ideas as to what causes this error?
Thanks in advance,
Hardee Mahoney
Washington, DC
I am using Delphi 2007 and MySQL 4.1.
I have a single TSQLConnection which connects to the database when my
application opens. I have a TSQLDataset with that connection. Then I use
that TSQLDataset over and over again with a different CommandText property.
I always close the TQLDataset after everytime I open it.
After not many calls I get the exception TDBXError: Too many connections.
Could someone give me some ideas as to what causes this error?
Thanks in advance,
Hardee Mahoney
Washington, DC