PdcApplication.OpenTable: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
== Availability == | == Availability == | ||
No longer supported |
Latest revision as of 11:54, 27 January 2021
Declaration
OpenTable(Connection as pdcConnectionKind,TableName as String,[IndexName as String],[Exclusive(=False) as Boolean]) as PdcRecord
Description
No longer supported
Notes
This method was replaced by the PdcApplication.Database.OpenTable method. It only remains for reasons of downward compatibility.
Code example
Availability
No longer supported