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.
Advantage provider error
Re: Advantage provider error
Hello,
Thank you for the information. We have already fixed this problem. The fix will be included to the next version.
Thank you for the information. We have already fixed this problem. The fix will be included to the next version.