Your Query returned 3 results
-
- Accessing the OLEDB Database Schemas
- If you are not familiar with the OLE DB standard schemas interfaces, please read first the documentation: http://msdn.microsoft.com/en-US/library/a6fhbff0%28v=vs.80%29.aspx
The current CUBRID OLE DB Provider supports the following database schema interfaces:
Tables
Columns
ProviderT...
http://www.cubrid.org/wiki_apis/entry/accessing-the-oledb-database-schemas
-
- Display foreign keys and their relationship in CUBRID PHP
- In order to obtain foreign key (FK) information from CUBRID database in PHP, you can use cubrid_schema() function which has the following syntax. array cubrid_schema ( resource $conn_identifier , int $schema_type [!, string $class_name [, string $attr_name ]] ) To retrieve ...
http://www.cubrid.org/wiki_apis/entry/display-foreign-keys-and-their-relationship-in-cubrid-php
-
- Creating a simple CUBRID .NET WinForms application
- In this section, we will see how the OLE DB data provider can be used from .NET, through the features implemented in the System.Data.OleDb namespace. The first thing we will do is to create a new Windows Forms Application project, using the default settings:
Let’s ad...
http://www.cubrid.org/wiki_apis/entry/creating-a-simple-cubrid-net-winforms-application