Page 1 of 1

Multiple open MSQueries on the same MSConnection

Posted: Wed 30 Nov 2011 11:04
by Petya
Hello folks,

I wonder what if I leave more than 1 opened resultsets on a single instance of TMSConnection in the main thread - in other words what if I open a second one while the first query is still open ?
TMSQueries are .Created dynamically by code - MSConnection is put on the main Form.
SDAC 5.00.0.1 for Delphi 5 Registered CRSDA-02971

Is it okay or should I close the first ? :?:

Thanks, Peter

Posted: Thu 01 Dec 2011 11:07
by AndreyZ
Hello,

You can open as many datasets using one connection as you want.