Difference between revisions of "Database"

From Lianjapedia
Jump to: navigation, search
(Properties)
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
====Properties====
+
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
+
This class supports the '''Common properties''' plus the following:
+
 
+
{| class="wikitable"
+
!width="20%"|Property
+
!Access (R/RW)
+
!Value
+
!width="50%"|Description
+
|-
+
 
+
|}
+
  
 
====Methods====
 
====Methods====
  
This class supports the '''Common methods''' plus the following:
+
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width="100%"
 
!width="20%"|Method
 
!width="20%"|Method
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Opengateway
+
|Close
|
+
|None
|
+
|Close the active database
 
|-
 
|-
|Closegateway
+
|CloseGateway
|
+
|None
|
+
|Close the active gateway
 
|-
 
|-
 
|Open
 
|Open
|
+
|databasename as Character
|
+
|Open the specified database
 
|-
 
|-
|Close
+
|OpenGateway
|
+
|connectionstring as Character
|
+
|Open the specified gateway
 
|-
 
|-
|Openrecordset
+
|valign="top"|OpenRecordset
|
+
|valign="top"|source as Character[, type as Numeric[, options as Numeric]]
|
+
|valign="top"|Return a [[Recordset]] object reference to the specified data source.
 
|-
 
|-
|}
 
 
====Events====
 
 
This class supports the '''Common events''' plus the following:
 
 
{| class="wikitable"
 
!width="20%"|Event
 
!Args
 
!width="50%"|Description
 
 
 
|}
 
|}
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]
 +
[[Category:Working with Data]]

Latest revision as of 11:27, 10 April 2019

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

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.