SQLDialect


 

Applies to
TAstaClientSocket

TAstaSQLGenerator

 

Declaration
type TSQLDialect = (sqlNone, sqlLocalSQL, sqlAccess, sqlMSSQLServer,
  sqlOracle, sqlSQLAnywhere, sqlInterbase, sqlDBISAM, sqlCustom);

property SQLDialect: TSQLDialect;

 

Description
This will set the SQLOptions to a best fit for the target backend.

 

ASTA clients and servers can be configured a variety of ways to provide the SQL syntax used for your database. For a full discussion see SQL Generation.

 

 



ASTA Overview TAstaClientSocket.SendProviderTransactions TAstaClientSocket.SQLOptions