You are not logged in.
I wanted to connect to SAP SQL Anywhere 17 by TSQLDBFireDACConnectionProperties:
var
FD: TSQLDBFireDACConnectionProperties;
FD := TSQLDBFireDACConnectionProperties.Create('ASA?ENG=test', 'TEST',
'dba', 'sql');
Error Message:
TSQLDBFireDACConnectionProperties.Create:unknown provider-available: OraMSSQLMSAccMySQLSQLiteIBPGDB2Infx.
How to connect to the SAP SQL Anywhere 17 by TSQLDBFireDACConnectionProperties?
Thanks.
Offline
It is not supported yet.
What is the closest SQL dialect?
It's Transact-SQL ,like MS SQL.
Hope to support it as soon as possible.
Thanks a lot!
Offline
Please try https://synopse.info/fossil/info/40ff535f0f
It will recognize 'ASA' as dMSSQL.
But I don't know if it is enough, or if we need to add another specific TSQLDBDefinition item, and some specific behavior in SynDB.
Offline
It's work well.
Thank!
Offline