Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Documents tagged with ""

Your Query returned 92 results

  • CUBRID PHP API Build Guide
    Build CUBRID PHP Library on Linux In this section, we will introduce two ways of building PHP Library for CUBRID on Linux: Build CUBRID PHP Library together with original PHP source code; Build CUBRID PHP Library individually. Build CUBRID PHP Library on Ma...
    http://www.cubrid.org/wiki_apis/entry/php_api_build_guide
  • CUBRID PDO Driver
    Official CUBRID PDO Driver is available as a PECL package. It implements the PHP Data Objects (PDO) interface to enable access from PDO to CUBRID. Download Installation Instructions Latest News, Guides and Tutorials PHP specific Questions and Answers Release N...
    http://www.cubrid.org/wiki_apis/entry/pdo_cubrid
  • CUBRID NHibernate Tutorial
    Before we start, note that CUBRID will be accessed from NHibernate using the .NET driver. Doing this is not a more complicated task than accessing CUBRID with any other .NET-enabled systems. However, configuring NHibernate to work with CUBRID requires some different ...
    http://www.cubrid.org/wiki_apis/entry/cubrid-nhibernate-tutorial
  • CUBRID ODBC Driver
    If you want to use CUBRID as a data source for your Windows applications using the ODBC Driver, follow tutorials provided in this project page. Download Installation Instructions Latest News, Guides and Tutorials Questions and Answers Release Notes MSDN Manual JIRA I...
    http://www.cubrid.org/wiki_apis/entry/cubrid-odbc-driver
  • CUBRID OLEDB Driver
    OLE DB (Object Linking and Embedding, Database) is an API designed by Microsoft for accessing data from a variety of sources in a uniform manner, thus can be used by all Microsoft platforms. It is a set of interfaces implemented using the Component Object Model (COM). .NE...
    http://www.cubrid.org/wiki_apis/entry/cubrid-oledb-driver
  • How to use the CUBRID ADO.NET Data Provider?
    Create a new project Open Microsoft VS.net 2008, select [File]->[New]->[Project…]. In the new project dialog, select [Other Languages]-> Visual C# and project type is [Console Application]. Input project name: Sample, press OK. Add Refernces In solution explorer, ...
    http://www.cubrid.org/wiki_apis/entry/how-to-using-the-cubrid-ado-net-data-provider
  • CUBRID Perl Driver
    DBD::cubrid - CUBRID driver for the Perl5 Database Interface (DBI). Provides full API support. Download Installation Instructions Latest News, Guides and Tutorials Questions and Answers QA OK Sign Report Release Notes Development Notes Documentation JIRA Issue ...
    http://www.cubrid.org/wiki_apis/entry/perl_cubrid
  • Connect to CUBRID Database
    You can use the CUBRIDConnection class to connect to CUBRID database. Before connecting to the database, you need to specify the connection string. You can specify the connection string in the constructor, you can also be assigned to the member variable(ConnectionS...
    http://www.cubrid.org/wiki_apis/entry/connect-to-cubrid-database
  • Manage Table: A sample using CUBRID Ado.net Driver
    You can use SQL statement: CREATE TABLE, DROP TABLE, ALTER TABLE and RENAME TABLE to manage the tables. The following is a C# Sample class, it is using CUBRID Ado.net Driver: using System; using System.Collections.Generic; using System.Linq; using System.Text; using S...
    http://www.cubrid.org/wiki_apis/entry/manage-table
  • CUBRID ADO.NET Schema Provider
    The CUBRIDSchemaProvider class provides support for database schema, provides the following functions: query user tables, indexes, views, database users, etc. Need to add the following code: using System.Data; using System.Data.Common; using CUBRID.Data.CUBRIDClient; Define th...
    http://www.cubrid.org/wiki_apis/entry/cubrid-ado-net-schema-provider