PdcApplication.Database: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
== Methods ==
== Methods ==
[[pdcApplication.Database.OpenExternalTable]]<br>
Database as [[pdcDatabase]]
[[pdcApplication.Database.OpenQuery]]<br>
[[pdcApplication.Database.OpenTable]]<br>


== Description ==
== Description ==
Interface object for the database
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 ==  
== Availability ==  
Available since June 2008 (from version 3.8)
Available since December 2006 (From version 3.6)

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)