Documents tagged with "driver"
Your Query returned 91 results
-
- CRUD operations with CUBRID Perl Driver
- Here is a small Perl program which creates a foo table, inserts a couple of records, then retrieves all records from that table.
To successfully run this program, make sure you have CUBRID and the Perl driver installed. In this tutorial I am using CUBRID 8.4.3 on Ubuntu 12...
http://www.cubrid.org/wiki_apis/entry/crud-operations-with-cubrid-perl-driver
-
- CUBRID Perl driver 9.0.0 release-note
- 9.0.0.0001
Fixed bug
APIS-153: fix the segment fault when using lob_export().
APIS-289: add quote function in Perl driver
http://www.cubrid.org/wiki_apis/entry/cubrid-perl-driver-9-0-0-release-note
-
- CUBRID Node.js Driver
- CUBRRID Node.js driver is developed in 100% pure JavaScript, and does not require specific platform compilation.
Github
Download
Node.js specific Questions and Answers
[CUBRID Node.js Driver Release Notes|Release Notes]
Documentation
[CUBRID Node.js API Overview|N...
http://www.cubrid.org/wiki_apis/entry/cubrid-node-js-driver
-
- Build CUBRID PHP Driver on Mac OS X through PECL using CCI Driver
- In this tutorial you will learn how to install CUBRID PHP driver on Mac OS X through PECL repository using CUBRID CCI driver.
Download CCI driverCUBRID PHP driver has a dynamic dependency on CCI driver. We have built a custom CCI driver for Mac users. You c...
http://www.cubrid.org/wiki_apis/entry/build-cubrid-php-driver-on-mac-os-x-through-pecl-using-cci-driver
-
- CUBRID OLEDB Driver Installation Instructions Old
- The scope of this tutorial is to provide an introduction to the CUBRID OLEDB Data Provider, version 8.4.1. We will show you where to get the CUBRID OLEDB Provider library, how to setup a CUBRID connection and how to develop some simple applications, mainly usin...
http://www.cubrid.org/wiki_apis/entry/cubrid-oledb-driver-installation-instructions-old
-
- CUBRID Python Driver 8.4.1 Release Note
- Changes from 8.4.0.0001 to 8.4.1.0001
APIS-91 - Fetchone get numeric data's type is not correct
APIS-93 - The format of Cubrid Date/Time/Timestamp string are different from Python's
http://www.cubrid.org/wiki_apis/entry/cubrid-python-driver-8-4-1-release-note
-
- CUBRID Python Driver Release Notes
- [CUBRID Python Driver 9.1.0 Release Note]
[CUBRID Python Driver 9.0.0 Release Note]
[CUBRID Python Driver 8.4.3 Release Note]
[CUBRID Python Driver 8.4.1 Release Note]
CUBRID Python Driver 8.4.0 Release Note
http://www.cubrid.org/wiki_apis/entry/cubrid-python-driver-release-notes
-
- CUBRID JDBC Tutorials
- Installation Instructions
[Setting Java Environment PATH]
[CUBRID JDBC Maven Repository]
[CUBRID JDBC Clojars Maven Repository]
Latest News
CUBRID Driver Improvements in CUBRID 8.4.1 - Blog post
Tutorials and Guides
[About CUBRID JDBC Driver]
[CUBRID JDBC Compat...
http://www.cubrid.org/wiki_apis/entry/cubrid-jdbc-tutorials
-
- About CUBRID JDBC Driver
- CUBRID JDBC connector works within the framework of the JAVA JDBC interface, an API that allows Java programs to use database servers in a portable way. JDBC is based on an approach similar to that used in the design of Perl and Ruby DBI modules, Python's DB-API modul...
http://www.cubrid.org/wiki_apis/entry/about-cubrid-jdbc-driver
-
- 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