Click or drag to resize
CGOLEDB Class
Geosoft OLE DB connectivity to relational database
Inheritance Hierarchy

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CGOLEDB : CHANDLE

The CGOLEDB type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyone with an Oasis Montaj licenseBuildRecordSet
Build a recordset from a SQL SELECT statement
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberCreate
Create GOLEDB.
Public methodAvailable to anyone with an Oasis Montaj licenseDeleteRecordSet
Free resource occupied by existing rowset and its related database locking
Protected methodDispose
Releases the unmanaged resources used by the CGOLEDB and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyone with an Oasis Montaj licenseExecuteSQLCommand
Execute a SQL command (DML,DDL) statement
Public methodAvailable to anyone with an Oasis Montaj licenseGetColName
Get name of a column (field) in the recordset
Public methodAvailable to anyone with an Oasis Montaj licenseGetNextRow
Get one entire row of data in the recordset
Public methodAvailable to anyone with an Oasis Montaj licenseGetOneRow
Get one entire row of data in the recordset
Public methodAvailable to anyone with an Oasis Montaj licenseiGetRecordSetCols
Get the number of columns in the existing recordset
Public methodAvailable to anyone with an Oasis Montaj licenseiGetRecordSetRows
Get the number of rows in the existing recordset
Top
See Also