Antaeus wrote:Please specify the following information:
- do you use the FetchAll=False mode?
- does the problem appear if you run your application out of debugger control?
- does the problem appear when you open the query second time, or when you close the first query?
- does your query contain BLOB fields?
- how much data do your queries return?
Hi,
I'm test project is very simple , my form include just, 1 TMyConnection, 1 TMyQuery , 1 TDataSource and 1 TDbGrid objects, my test table include just 1 row data.
Please try a following step,
1. Application run,
2.Query Open
3.System date set a tomorrow (Application must be is already run)
4.Query Close
5.Query open , Raise Exception
But ,
1. Application run,
2.Query Open
3.System date set a tomorrow (Application must be is already run)
4.MyCOnneciton.Disconnect
5.MyCOnneciton.Connect;
6.Query open , successfuly executed my query
but, it is not a solution for me, this is not enough.
Thank's for feedback ,my best regards.