Difference between revisions of "Database"

From Lianjapedia
Jump to: navigation, search
(Properties)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
====Properties====
 
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
 
 
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!Access (R/RW)
 
!Value
 
!width="50%"|Description
 
|-
 
 
|}
 
  
 
====Methods====
 
====Methods====
Line 23: Line 10:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
 
 
|Close
 
|Close
 
|None
 
|None
Line 42: Line 28:
 
|valign="top"|OpenRecordset
 
|valign="top"|OpenRecordset
 
|valign="top"|source as Character[, type as Numeric[, options as Numeric]]
 
|valign="top"|source as Character[, type as Numeric[, options as Numeric]]
|valign="top"|Return a RecordSet object reference to the specified data source.
+
|valign="top"|Return a [[Recordset]] object reference to the specified data source.
 
|-
 
|-
|}
 
 
====Events====
 
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
 
 
{| class="wikitable" width="100%"
 
!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.