Page 1 of 1

EntityDAC and TUniConnection

Posted: Mon 02 May 2016 13:34
by ludo
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

Re: EntityDAC and TUniConnection

Posted: Wed 04 May 2016 09:26
by AlexP
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.