Difference between revisions of "Database"

From Lianjapedia
Jump to: navigation, search
Line 23: Line 23:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|OpenGateway
+
 
|connectionstring as Character
+
|Close
|Open the specified gateway
+
|None
 +
|Close the active database
 
|-
 
|-
 
|CloseGateway
 
|CloseGateway
Line 35: Line 36:
 
|Open the specified database
 
|Open the specified database
 
|-
 
|-
|Close
+
|OpenGateway
|None
+
|connectionstring as Character
|Close the active database
+
|Open the specified gateway
 
|-
 
|-
 
|valign="top"|OpenRecordset
 
|valign="top"|OpenRecordset

Revision as of 06:55, 30 April 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description

Methods

This class supports the Common Methods plus the following:

Method Args Description
Close None Close the active database
CloseGateway None Close the active gateway
Open databasename as Character Open the specified database
OpenGateway connectionstring as Character Open the specified gateway
OpenRecordset source as Character[, type as Numeric[, options as Numeric]] Return a RecordSet object reference to the specified data source.

Events

This class supports the Common Events plus the following:

Event Args Description