TSQLConnection vs. TCRSQLConnection

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
styletronic
Posts: 8
Joined: Fri 10 Mar 2006 14:21

TSQLConnection vs. TCRSQLConnection

Post by styletronic » Thu 16 Mar 2006 17:55

Hello!

What is the difference between TSQLConnection and TCRSQLConnection?
I am using C++ Builder 2006.

Regards, Martin

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 17 Mar 2006 06:37

TCRSQLConnection supports some extended driver options. For example EnableBoolean, FetchAll, UseUnicode etc. For more information please see Readme.htm file.

Post Reply