 | CDUADOTableNames Method |
Scans a ADO-compliant database and returns the table names in a VV
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ADOTableNames(
CGXNETCore gxNetShared,
string connect,
CVV vv
)
public static void ADOTableNames(
CGXNETCore gxNetShared,
string connect,
CVV vv
)
Public Shared Sub ADOTableNames (
gxNetShared As CGXNETCore,
connect As String,
vv As CVV
)
Public Shared Sub ADOTableNames (
gxNetShared As CGXNETCore,
connect As String,
vv As CVV
)
public:
static void ADOTableNames(
CGXNETCore^ gxNetShared,
String^ connect,
CVV^ vv
)
public:
static void ADOTableNames(
CGXNETCore^ gxNetShared,
String^ connect,
CVV^ vv
)
static member ADOTableNames :
gxNetShared : CGXNETCore *
connect : string *
vv : CVV -> unit
static member ADOTableNames :
gxNetShared : CGXNETCore *
connect : string *
vv : CVV -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - connect
- Type: SystemString
Database connection string - vv
- Type: GeoEngine.Core.GXNetXCVV
VV to return names in
Remarks
The VV must be created to hold strings of length
<define>STR_DB_SYMBOL</define>; i.e. use
Creat_VV(-<define>STR_DB_SYMBOL</define>, 0), or it will assert.
See Also