Official release of ADO.NET driver for CUBRID

We are pleased to announce that today we officially released the first stable version of the ADO.NET driver for the CUBRID DBMS.
- More than 70 tests have been written for the driver developed and supported by the community contributors.
- The driver is distributed with fully (100%) managed code under the BSD license .
- All main classes of the ADO.NET model are developed.
- Also extended classes are SchemaProvider, CommandBuilder, etc.
- The driver works on the basis of the data transfer protocol (socket) of the latest version of CUBRID 8.4.0.
- The driver completely supports data types such as BLOB / CLOB and CUBRID Collections .
- Implemented full localization support. English localization is currently available.
- The project site contains various examples of source code, as well as demo programs using UI, VB.NET, and NHibernate.
How to download
You can download CUBRID ADO.NET driver from the
official site . You can install the driver in three ways:
- Using Windows Installer.
- Download the compiled library.
- By compiling with source code.
More details about each of these methods can be found on the
CUBRID ADO.NET Driver Installation Guide page.
We also compiled a short
list of ADO.NET tutorials that cover the basic capabilities of the driver. We will replenish the list. If you have a specific topic that you want to know more about, let us know in the comments.
')
Full documentation is available at
http://www.cubrid.org/manual/api/ado.net/1.0/Index.html .
Additional links:Source: https://habr.com/ru/post/136298/
All Articles