Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Documents tagged with ""

Your Query returned 19 results

  • Microsoft Data Access Components (MDAC) SDK
    The MDAC 2.8 is a Software Development Kit for developers who are building applications using ADO, OLE DB, and ODBC. It contains updated documentation, headers, libs and typelibs for x86, IA64 and AMD64 platforms, as well as updated sample applications and developer to...
    http://www.cubrid.org/wiki_apis/entry/odbc_cubrid_programming
  • CUBRID OLEDB Driver 9.1.0.p1 Release Note
    9.1.0.p1 Fixed bugs: [APIS-390] - 수행하지 않는(필요없는) schema_info 요청 [APIS-398] - OLEDB Driver를 사용하여 원격지의 CUBRID 연결 시 기존 Connection String이 적용되지 않음 [APIS-406] - [OLEDB] provider 64비트가 정상동작하지 않음 - CLONE from CUBRIDSUS [APIS-407] - [...
    http://www.cubrid.org/wiki_apis/entry/cubrid-oledb-driver-9-1-0-p1-release-note
  • CUBRID OLEDB 9.0.1.p1 QA Test Report
    1. Test Info Driver Build: ODBC 9.1, OLEDB 9.1 Server Build: CUBRID 9.1 (9.1.0.0212) (64bit release build for linux_gnu) Test Platform: Windows7 32bit, Windows XP 32bit, Windows2003 64bit .Net Framework: 3.5 2. Test Results OLEDB Interface OK 3. Bug status Total 14 Clo...
    http://www.cubrid.org/wiki_apis/entry/new-document
  • CUBRID OLEDB Driver Installation Instructions
    The scope of this tutorial is to provide an introduction to the CUBRID OLEDB Data Provider. 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 using OLE DB Con...
    http://www.cubrid.org/wiki_apis/entry/cubrid-oledb-driver-installation-instructions-new
  • CUBRID OLEDB Driver Release Notes
    [CUBRID OLEDB Driver 9.1.0 Release Note] [CUBRID OLEDB Driver 9.1.0.p1 Release Note]
    http://www.cubrid.org/wiki_apis/entry/cubrid-oledb-driver-release-notes-644402
  • OLEDB Consumer templates coding
    Executing SQL commands When you need to execute some plain SQL command, the easiest way is through CCommand: TCHAR *sql_create_table = L"CREATE TABLE `t`(`id` INT)"; TCHAR *sql_insert_in_table = L"INSERT INTO `t` VALUES(1)"; CCommand<CNoAccessor, CNoRowset> cmd; HRESULT hr ...
    http://www.cubrid.org/wiki_apis/entry/oledb-consumer-templates-coding
  • Internationalization with CUBRID OLE DB Provider
    The scope of this tutorial is to share some information on using CUBRID OLE DB Data Provider version 8.4.1, whenever internationalization and encoding must be implemented in your project. We will show you how to deal with non-ASCII characters - how to update and ret...
    http://www.cubrid.org/wiki_apis/entry/internationalization-with-cubrid-ole-db-provider
  • CUBRID OLEDB Driver 9.1.0 release note
    9.1.0.0001 Updates summary since beta release ================================================= 2 new schema rowsets added (Catalog and SQL language) New test cases added (localization, data types handling, extended connect) Changed the login internal procedure to use the ...
    http://www.cubrid.org/wiki_apis/entry/cubrid-oledb-driver-9-1-0-release-note
  • 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