Advantage provider error

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
abed
Posts: 15
Joined: Mon 27 Apr 2009 16:39

Advantage provider error

Post by abed » Wed 22 Oct 2014 08:32

hello,
with last version of Unidac:
TUniQuery.Sql.Text := 'SELECT * FROM TABLE'
Open, generate this error:
Invalid fetch mode.
(D:\Projects\Delphi\Dac\ODBC\Source\ODBCClasses.pas, line 3074).

to work around :
TUniQuery.Sql.Text := 'SELECT T.* FROM TABLE T'
it works.

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

Re: Advantage provider error

Post by AlexP » Thu 23 Oct 2014 05:09

Hello,

Thank you for the information. We have already fixed this problem. The fix will be included to the next version.

Post Reply