TMScursortype

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
barbarochi

TMScursortype

Post by barbarochi » Wed 02 Feb 2005 14:44

How can i set runtime the cursor type of a TMSQuery.
I have MSAccess in the uses clause but the compiler gives me a undeclared identifier .

Delphi 7
Components version 3.50.0.11

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 03 Feb 2005 07:21

Add OLEDBAccess to uses clause

Post Reply