Additional
Overview
Features >>
History
Download
Forum
Tickets
Polls
Which driver do you use or will use most of time ?
 
AnyDAC v 2.0.3 beta released PDF Print E-mail
Sep 26, 2007
This beta fixes multiple IB/FB driver issues and now the driver is ready for testing. Also fixed other issues.

+ added: 2 overload TADRdbmsDataSet.Open methods:
        procedure Open(const AQuery: String); overload;
        procedure Open(const AQuery: String; const AParams: array of const); overload;
+ added: 2 overload TADQuery.ExecSQL methods:
        function ExecSQL(const AQuery: String): LongInt; overload;
        function ExecSQL(const AQuery: String; const AParams: array of const): LongInt; overload;
+ added: 2 overload TADStoredProc.ExecProc methods:
        function ExecProc(const AProcName: String): LongInt;
        function ExecProc(const AProcName: String; const AParams: array of const): LongInt;
- fixed: multiple IB driver issues
- fixed: multiple streaming issues
- fixed: TADDataSet.CreateBlobStream does not work for non TBlobField
- fixed: removed direct references to FastMM

 
Previous   Next