Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Documents tagged with ""

Your Query returned 40 results

  • CUBRID ADO.NET Driver 8.4.3 Release Note
    Release Notes ================================================================================ November 2012 - Update for release 8.4.3 CUBRID ADO.NET Data Provider Version: Beta 8.4.3.0001 CUBRID engine compatible: 8.4.3 Online Wiki: http://www.cubrid.org/wiki_apis/entry/cub...
    http://www.cubrid.org/wiki_apis/entry/cubrid-ado-net-driver-8-4-3-release-note
  • CUBRID Error Codes
    In CUBRID there are various Error Codes raised on different levels. In this document you can find the error codes for CAS (CUBRID Application Server), CCI, JDBC, and ADO.NET drivers. CAS Error CodesThe following are the error codes raised from CUBRID CAS ...
    http://www.cubrid.org/wiki_tutorials/entry/cubrid-error-codes
  • CUBRID ADO.NET Driver 8.4.1 Release Note
    Release Notes ============================================== February 2012 - Update for release 8.4.1 CUBRID ADO.NET Driver Version: Stable 8.4.1 CUBRID engine compatibility: 8.4.1 Online location: http://www.cubrid.org/wiki_apis/entry/cubrid-ado-net-driver =======================...
    http://www.cubrid.org/wiki_apis/entry/cubrid-ado-net-driver-8-4-1-release-note
  • A Simple Query/Retrieve Code
    Let’s take a look at a simple code which retrieves value from a CUBRID table, to get a quick insight into how coding will look like. We will assume that the connection is already opened: String sql = "select * from nation order by `code` asc"; using (CUBRIDCommand cmd =...
    http://www.cubrid.org/wiki_apis/entry/a-simple-queryretrieve-code
  • Connection String [1]
    The first thing you need to know in order to open a CUBRID connection from a.NET application is how to build the database connection string. The format of the CUBRID ADO.NETconnection string is: ConnectionString = "server=<server address>;database=<database name>;por...
    http://www.cubrid.org/wiki_apis/entry/connection-string
  • CUBRID ADO.NET Release Notes
    [CUBRID ADO.NET Driver 9.1.0 Release Note] [CUBRID ADO.NET Driver 9.0.0 Release Note] [CUBRID ADO.NET Driver 8.4.3 Release Note] [CUBRID ADO.NET Driver 8.4.1 Release Note] [CUBRID ADO.NET Driver v1.0 Release Note] [CUBRID ADO.NET Driver v0.9 R...
    http://www.cubrid.org/wiki_apis/entry/cubrid-ado-net-release-notes
  • CUBRID ADO.NET Driver v1.0 Release Note
    Release Notes ============================================== CUBRID ADO.NET Driver Version: Stable 1.0 CUBRID engine compatibility: 8.4.0 Online documentation: http://www.cubrid.org/manual/api/ado.net/1.0/Index.html============================================== Main features im...
    http://www.cubrid.org/wiki_apis/entry/ado-net-release-notes-1-0
  • CUBRID ADO.NET Driver Installation Guide
    Prerequisites Before you start to developing .NET applications with CUBRID, you will need the CUBRID ADO.NET Data provider library (Cubrid.Data.dll). You have the options to: Download the compiled library, along with other files(for example, the help file) from: https://...
    http://www.cubrid.org/wiki_apis/entry/ADO.NET-driver-installation-guide
  • CUBRID ADO.NET Driver v0.9 Release Note
    This the first public beta release of CUBRID ADO.NET driver. CUBRID engine compatibility: 8.4 (or above) The beta release features: 100% Fully-managed code. Does not require any local CUBRID component installation. Open source code, released under GPL v2 license. Imple...
    http://www.cubrid.org/wiki_apis/entry/ADO.NET-release-notes-0.9
  • CUBRID ADO.NET Driver
    CUBRID ADO.NET driver is now available for download. Download [cubrid-ado-net-driver-installation-guide|Installation Instructions] [cubrid-ado-net-tutorials|Latest News, Guides and Tutorials] Questions and Answers Documentation [cubrid-ado-net-release-notes|Release Notes] [ADO.NET...
    http://www.cubrid.org/wiki_apis/entry/ADO.NET-driver