Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
MPEG Bitrate Viewer 1.0
Point of Sale Software 1.0
Online Notebook Manager 1.0
DMXReady Blog Manager 1.0
Availability Booking Calendar 1.5
Free Hotel Management Source Code 1.0
Artistic Photo Gallery 1.0
Advanced Image Grid AS 2.0 1.0
The Viral Script 1.0
bretteleben.de Panoramascript 1.01
One more way ... 1.01
ASPAuctionPro 1.1
bretteleben.de Lakescript 1.01
bretteleben.de Slideshow 1.01
Pacific Timesheet 6.4
Top Code
Adirex 3D Chess Client 1.0
Habanero 2.0.1b
ikiCLassifieds 2.0
JVMail 2.0.0
P2P .htManager 0.2
Smart Font Listbox 1.0
Su Logu 0.6.2
Ticket Support Script 1.1
Time and Attendance 1.0
WhoisOnsite 1.VIII
XMBForum 1.9.10 Karl
phpTimeSheet 1.3.0-preview 2
Arbitrary-shape Popup Box 1.0
CSTreeBean 0.3
encbtn32.zip 1.00.00b
Report About MSADODAC 1.4
- required fields

Please enter text on the image
  

MSADODAC is MSSQL BDE replacement for Delphi 4-6/C++Builder 5/ADO. This components set allows to create Delphi 4-6 and C++Builder 5 applications with direct access to MSSQL DB without BDE and ODBC using ADO.

BLOB fields are supported.

L Demo project is included into distributive.
L MSADODAC support newsgroup:
aaanews://support.microolap.com/microolap.support.msadodac

Main features:

aaaL Full multiple resultset support;
aaaL Multiple resultsets compatible with third-party data-aware controls;
aaaL Flexible methods to work with multiple resultsets (allows to switch, clone, detach separate recordsets);
aaaL Works correctly with SQL-requests that doesn't return resultset (instead of TQuery that raises exception);
aaaL Query component can act as a memory table;
aaaL High-speed - 2-3 times faster than BDE;
aaaL Client-side sorting;
aaaL Can sort on several (or all) fields in dataset;
aaaL Has own buffer to store and edit data (without table blocking);
aaaL Support cached updates (a la BDE TUpdateObject);
aaaL Allows to restrict maximum number of records returned by request;
aaaL Automatically retrieves types of parameters for SQL-queries in design-time.
aaaL Automatically retrieves number, names, types and directions of stored procedures parameters in design-time;
aaaL Supports stored procedures output parameters;
aaaL Can make resultset read-only (automatically disables edit features in data-aware controls);
aaaL Supports filtering.

Back