UniConnection.Pooling "can't perform operation on connected connection"

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
habilkader
Posts: 1
Joined: Thu 23 May 2019 13:45

UniConnection.Pooling "can't perform operation on connected connection"

Post by habilkader » Thu 23 May 2019 22:04

Hi

I using Delphi7+UniDAC 7.4.12 licensed+ Firebird 2.5 DB

I 'm set UniConnection property

UniConnection.Pooling=False
UniConnection.connected=true
----------------------------------
Connected Database OK. No Problem.

BUT !

I 'm set
UniConnection .Pooling=True
UniConnection.connected=true
---------------------------------
Problem . Error message "can't perform operation on connected connection"

Help me please

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UniConnection.Pooling "can't perform operation on connected connection"

Post by ViktorV » Fri 24 May 2019 09:14

Thank you for the information. We have reproduced and fixed the issue. This fix will be included in the next build of UniDAC.

Post Reply