What is the different between sqBDELocal, sqSQL1 and sqSQL2 defined in
ppTypes.pas
TppSQLType = (sqBDELocal, sqSQL1, sqSQL2);
How to use them?
--
--
Best Regards,
Chau Chee Yang
BCE Software Sdn. Bhd. ---> www.bce.com.my
Phone: 03-3372 5717 Fax: 03-3372 5719
Comments
SQLType Defaults to sqBDELocal. If you are not using dBase or Paradox
tables then you should set this property to sqSQL1, as the Local SQL dialect
is not supported by most other database types. If your database supports
ANSI-92 SQL then you can set this property to sqSQL2 instead of sqSQL1.
regards,
Chris Ueberall;