TADOQuery.Open() & Sybase




I am working with Sybase Adaptive Server Anywhere 7.0, Delphi 7 and Windows 2000.
I connect to Sybase database with the follow connection string:
"Provider=ASAProv;User ID=user;Password=password;Data Source=myDataSource"
I can see all tables but when I try to request any data with "SELECT ..." statement and TADOQuery.Open(), my application gets the error "Object or provider is not capable of performing requested operation".
Is it a bug?, Does it exit any solution?
I have proved through "OLE DB Provider for ODBC" and it runs OK but I would like connecting through "Sybase Adaptive Server Anywhere Provider" or other OLE DB Provider for Sybase 7.0

Thank you.
.



Relevant Pages