Page 1 of 1

Advantage provider error

Posted: Wed 22 Oct 2014 08:32
by abed
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.

Re: Advantage provider error

Posted: Thu 23 Oct 2014 05:09
by AlexP
Hello,

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