UniDAC 6.0.1 bug

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mkarimpour
Posts: 3
Joined: Wed 17 Oct 2012 04:24

UniDAC 6.0.1 bug

Post by mkarimpour » Wed 24 Dec 2014 14:34

Hi,
I evaluate the latest version of UniDAC. I have a problem with auto generating SQLRefresh when I did-not set a specified value to related property.
when I call Post method of TDataSet, the exceptio "Incorrect syntax near '.'" was raised.
I inspect the error and saw that the auto generated sql was mistake.


SELECT ID AS _1, Name AS _2, Code AS _3 FROM dbo.Priority PABaseDb.dbo.Priority WHERE ID = :Old_ID

You could see that base table name appeare more that once with two different values.

The sql property is "SELECT ID, Name, Code FROM PABaseDb.dbo.Priority".

Best Regards
Mehdy Karimpour

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: UniDAC 6.0.1 bug

Post by azyk » Fri 26 Dec 2014 10:47

We couldn't reproduce the problem. Please, try to compose a small sample to demonstrate the problem including a script to create test tables and send it to andreyz*devart*com .

Post Reply