Page 1 of 1

Start Transaction

Posted: Fri 28 Apr 2006 09:49
by b_yaghobi
Hi,
My project have a Ont TMSConnection and many TMSTable and Active of all tables is True.
when i want to start transaction riase error "Cannot create new transaction
because capacity was exceeded."

can u help me ?

Posted: Fri 28 Apr 2006 13:28
by Jackson
Please check value of TCustomMSDataSet.FetchAll property.
When setting TCustomMSDataSet.FetchAll = False you should keep in mind that execution of such queries blocks current session. In order to avoid blocking OLE DB creates additional session. Each additional session runs outside of the transaction context. For more information please see restrictions of using FetchAll = False mode in SDAC help.