Documents tagged with "ado.net"
Your Query returned 40 results
-
- Batch Commands
- When using the CUBRID ADO.NET Data Provider library, you can execute more than one query against the data service in a single batch. For more information, see Batching Operations (ADO.NET Data Services).
For example, in CUBRID you can do:
string[] sql_arr = new s...
http://www.cubrid.org/wiki_apis/entry/batch-commands
-
- CUBRID ADO.NET Tutorials
- Installation Instructions
[CUBRID ADO.NET Driver Installation Guide]
CUBRID ADO.NET TestCases
[ADO.NET TestCases] - Find Out How To Use ADO.NET Driver with CUBRID
Guides and Tutorials
[A Simple Query/Retrieve Code]
[Batch Commands]
[Connection Options]
[Connect...
http://www.cubrid.org/wiki_apis/entry/cubrid-ado-net-tutorials
-
- CUBRID ADO.NET Driver Development Notes
- Applicable to: v1.0
Contents
Release information
Components
Features
Development information
Technical information
Statistics
Code metrics
Development issues
Resources
Links
Release information
Attribute
Version
Stable 1.0
OS
Windows
Dependencies
Microsoft .NET framework ver 2.0 or...
http://www.cubrid.org/wiki_apis/entry/ADO.NET-driver-development-notes
-
- Common Microsoft Errors
- When you install or configure the OLEDB Driver or ADO.NET Driver, you may encounter certain Microsoft standard error codes that we would like to list here in order to help you comprehend what the problem.
0x80004005 - Access Denied Error - caused by not having ...
http://www.cubrid.org/wiki_tutorials/entry/common-microsoft-errors
-
- 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
-
- ADO.NET TestCases
- If you want to find out how to use CUBRID with ADO.NET, we have attached here all the test cases used: TestCases.cs
Among the numerous functions within the testcases you will be able to find out how to:
Connect to a CUBRID database
Perform queries
Retrieve results f...
http://www.cubrid.org/wiki_apis/entry/ado-net-testcases
-
- CUBRID ADO.NET Driver 9.0.0 Release Note
- Release Notes ================================================================================ October 2012 - Update for release 9.0.0 beta CUBRID ADO.NET Data Provider Version: Beta 9.0.0.0001 CUBRID engine compatible: 9.0.0 Online Wiki: http://www.cubrid.org/wi...
http://www.cubrid.org/wiki_apis/entry/cubrid-ado-net-driver-9-0-0-release-note
-
- DataTable Support
- The DataTable is a central object in the ADO.NET library .
In the CUBRID .NET Provider, we have implemented support for:
DataTable data populate
Built-in commands construct: INSERT , UPDATE, DELETE
Columns metadata/properties
DataSet, DataView inter-connection
Let’s ...
http://www.cubrid.org/wiki_apis/entry/datatable-support
-
- Working with Parameters
- The CUBRID .NET Driver provides support for using parameters in SQL commands.
As you probably know, in CUBRID there is no support for named parameters, but only for position-based parameters.
The CUBRID ADO.NET Driver implements support for position-based parameters, wit...
http://www.cubrid.org/wiki_apis/entry/working-with-parameters
-
- Transactions
- A database transaction groups CUBRID queries into a unit of consistency (for ensuring valid results in multi-user environment) and restore (for making the results of committed transactions permanent and ensuring that the aborted transactions are canceled in the database despite ...
http://www.cubrid.org/wiki_apis/entry/transactions