DBAccess.RefreshParamsOnInsert

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
defferrari
Posts: 14
Joined: Wed 23 Mar 2011 17:09

DBAccess.RefreshParamsOnInsert

Post by defferrari » Wed 03 Aug 2011 19:25

Hello,

I've updated the Unidac components from version 3.6 to 3.7.
After the update the line "DBAccess.RefreshParamsOnInsert := True;" is not compiling.
What can I do to it compile again?
I'm using Delphi 7 and Unidac to connect to Oracle and SQLServer.

Best regards,
Kenner Grings

jfudickar
Posts: 202
Joined: Fri 10 Mar 2006 13:03
Location: Oberursel / Germany

Post by jfudickar » Wed 03 Aug 2011 20:45

This variable has been removed .

I had the same problem :-)

Regards
Jens

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

Post by AlexP » Thu 04 Aug 2011 08:33

Hello,

Starting from UniDAC version 3.70.0.19, the RefreshParamsOnInsert global variable is located in the MemDS unit.
This change is connected with the fact that we included support for Master-Detail to VirtualTable.

defferrari
Posts: 14
Joined: Wed 23 Mar 2011 17:09

Post by defferrari » Thu 04 Aug 2011 11:13

Hello Alex,

I've tested it and it works fine.
Thank you, I was not finding where this variable was.

Best regards,
Kenner Grings

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

Post by AlexP » Thu 04 Aug 2011 11:26

Hello,

If you have any other questions, feel free to contact us.

Post Reply