Облака / Clouds
    Go to Copy.com
    Copy.com
    The bast cloud service
    Get 20 GB free!!!
    Support WebDav.
    Show more >>

    Go to Dropbox.com
    Dropbox.com
    time-tested cloud storage
    Support WebDav.
Все бесплатно
    Все ссылки на файлы, расположенные на страницах сайта, добавлены пользователями и доступны для бесплатного скачивания. За содержание этих файлов администрация сайта ответственности не несет.



Вопросы
  Как нарисовать фрактал
   Категория: Математика
  К-во рабочих дней в месяце
   Категория: Математика
  Упаковка таблиц в BDE
   Категория: Базы данных
  Сохраняем Bitmap в поле dbase
   Категория: Базы данных
  BDE. Динамическое создание псевдонима
   Категория: Базы данных
  Округление в большую сторону
   Категория: Математика
  Прочитать содержимое папки
   Категория: Файловая система
  Как поместить графический элемент в ListBox
   Категория: Компоненты
  Узнать все IP-адреса компьютера
   Категория: Интернет и Сети

Delphi: Компоненты

DevArt UniDAC v4.2.7 (21-Jun-2012) Full Source

Дата: 3.07.2012 | Комментариев: 0 | Просмотров: 2769
4.2.7 21-Jun-12
-Update 4 Hotfix 1 for RAD Studio XE2, Delphi XE2, and C++Builder XE2 is now required
-Data Type Mapping support is added
-Data Encryption in a client application is added
-The TUniEncryptor component for data encryption is added
-Calling of the TCustomDASQL.BeforeExecute event is added
-Bug with executing a script that ends with a commented line is fixed
-Bug with assigning outsize data to TWideStringField is fixed
-Bug with DATE parameters in design-time is fixed
-Bug with TUniDump using an old connection after assigning a new connection is fixed
-Bug with AV failure at calling the SetRecNo method when using local sorting is fixed
-Bug in design time editor of the TVirtualTable component with master-detail relationship is fixed

Oracle data provider
-Bug with connection to Oracle XE with the UTF8 charset is fixed
-Bug with auto-generated queries for tables with case-sensitive fields in the Direct mode is fixed
-Bug with Connection Mode set for a connection that is established from UniScript is fixed
-Bug with statements count when a script contains the "Connect" command is fixed
-Bug with loading Unicode strings by TUniLoader is fixed

IBDAC data provider
Bug with accessing InterBase 64-bit from a x64 application built in Delphi XE2 is fixed

PostgreSQL data provider
Bug with getting metadata for PostgreSQL 7.x is fixed

SQLite data provider
The ForeignKeys option is added to the SQLite specific connection options
Bug with defining the VARCHAR field type larger than 4095 is fixed
Bug with initialization of user-defined functions after TSQLiteConnection.AssignConnect is fixed

ODBC data provider
Bug with result parameters in functions is fixed

DevArt UniDAC v4.2.7 (21-Jun-2012) Full Source


Universal Data Access Components — многофункциональный инструмент для разработки клиент/сервер приложений на Borland Delphi и C++Builder. UniDAC предоставляет унифицированный доступ к таким известным системам управления базами данных как Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird, PostrgeSQL, SQLite, DB2, Microsoft Access, Advantage Database Server, Adaptive Server Enterprise и другим БД (используя ODBC провайдер).

Мощная библиотека невизуальных компонентов для межплатформенного доступа к базам данным. Программа работает с Delphi, Delphi for .NET, C++Builder и FreePascal. В ней объединяется опыт длительных успешных разработок, обеспечивающий комплексный доступ к популярным серверам баз данных, таким как Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird и PostgreSQL.
UniDAC предлагает комплексный подход к процессу разработки приложений, связанных с базами данных. Вы сможете легко переключаться между различными базами данных, не углубляясь в их специфические особенности.

UniDAC с его независимым от сервера интерфейсом — лучший способ для создания приложений межплатформенного доступа к базам данных. Программа придает вашим проектам выдающуюся гибкость и независимость.

Universal Data Access Components (UniDAC) - библиотека компонентов для Delphi, Delphi for .NET, C++Builder и Lazarus (Free Pascal) для прямого подключения к базам данных Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird, PostgreSQL, SQLite, DB2, Microsoft Access, Sybase Advantage Database Server, Sybase Adaptive Server Enterprise и др. (с использованием ODBC провайдера).
for Delphi 6 - XE2, BCB6

UniDAC provides transparent server-independent interfaces for working with different databases, and lets you change the client engine for a specific server type just by changing single connection option. It means that you can easily switch between database servers in your cross-database UniDAC-based application.

DevArt UniDAC v4.2.7 (21-Jun-2012) Full Source


Update 4 for RAD Studio XE2, Delphi XE2, and C++Builder XE2 is now required
Bug with Null values filtering in CRDBGrid is fixed
Bug with the absent CRControls10p.res file in the installation for Delphi 2006 is fixed
Bug with Data Editor in the design-time for case-sensetive Master-Detail link is fixed
Bug with hanging RAD Studio XE2 when opening ConnectDialog is fixed
Bug with AV failure at executing ApplyUpdates is fixed
Bug at working with 64-bit pointers is fixed.
Several bugs in design-time editors are fixed

Oracle data provider
Code improvements for avoiding compilation warnings
Support of case sensitive objects and their methods is improved
Bug with DisconnectedMode=True and LocalFailover=True in the Direct mode is fixed
Bug with representation VarArray data types when ObjectView=True is fixed
Bug with showing INFINITY in TOraNumber fields is fixed
Bug with loading Unicode strings by TUniLoader is fixed

SQL Server data provider
Bug with getting IndexColumns metadata for SQL Server Compact Edition is fixed
Bug with the query that is generated for the QueryRecCount option is fixed

MySQL data provider
Bug with processing a query with quoted column names is fixed

InterBase & Firebird data provider
Bug with cutting a string when getting metadata from system tables in Unicode mode is fixed

PostgreSQL data provider
The Time(x) and the TimeStamp(x) data types support is improved
Bug with showing error messages with German locale in Delphi 7 is fixed
Bug with Out of memory in the server inside a Transaction is fixed
Big with schema names that contain "." is fixed

SQLite data provider
Bug with using parameters whose names match to reserved words is fixed

ODBC data provider
Bug with inserting, updateing and deleting data in SQLBase is fixed

How Does UniDAC Work?
UniDAC consists of two constituents. The first constituent is the general UniDAC Engine that provides unified programming interface for developers. The second constituent is the data access layer which consists of data access providers. These providers are intended for interacting between UniDAC Engine and database servers. Each data provider works with one specific database server. The general UniDAC structure is presented below:

DevArt UniDAC v4.2.7 (21-Jun-2012) Full Source



There are two ways to install data access providers. The first way is to install the UniDAC Professional or UniDAC Trial edition. In this case all available providers are installed. The second way is to install UniDAC Engine with the UniDAC Standard edition, and required data access providers with Data Access Components such as ODAC, SDAC, MyDAC, IBDAC, and PgDAC. Each DAC installs the corresponding data access provider for UniDAC.






Все используемые на сайте статьи, файлы и логотипы компаний принадлежат их законным владельцам. Если вы являетесь правообладателем "DevArt UniDAC v4.2.7 (21-Jun-2012) Full Source" и не желаете, чтобы ваша информация находилась на нашем сайте, напишите нам и эта информация будет удалена.
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.
  • Новостей: 0
  • Комментариев: 0
Спасибо огромное. А IBDac 4.2.7 нет случайно?
  • Filin
  • Дата: 11 июля 2012 19:59
  • Новостей: 1025
  • Комментариев: 79
  • Новостей: 0
  • Комментариев: 0
Filin,
Спасибо.
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.