PdcApplication.Database: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == == Description == == Notes == == Code example == <source lang="vb"> </source> == Availability =="
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Declaration ==
== Methods ==
 
Database as [[pdcDatabase]]


== Description ==
== Description ==
 
Returns the Database object


== Notes ==
== Notes ==
This property gives access to the database of PdC. A table can be opened or a query can be executed on the database.


 
== Availability ==  
== Code example ==
Available since December 2006 (From version 3.6)
 
 
<source lang="vb">
 
</source>
 
== Availability ==

Latest revision as of 11:40, 21 May 2012

Methods

Database as pdcDatabase

Description

Returns the Database object

Notes

This property gives access to the database of PdC. A table can be opened or a query can be executed on the database.

Availability

Available since December 2006 (From version 3.6)