EntityDAC and TUniConnection

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
ludo
Posts: 1
Joined: Mon 02 May 2016 13:29

EntityDAC and TUniConnection

Post by ludo » Mon 02 May 2016 13:34

Hi,

Is it possible to somehow share a TUniConnection with EntityDac, or perhaps share a connection from EntityDAC with UniDAC to, say, execute a TUniQuery?

Thanks

L

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: EntityDAC and TUniConnection

Post by AlexP » Wed 04 May 2016 09:26

Hello,

No, you cannot get an internal object of the connection. If you need to execute your request, you can use methods: ExecuteSQL, ExecuteCursor, ExecuteStoredProc or ExecuteScript.

Post Reply