PdcApplication.OpenTable: Difference between revisions
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 one other user not shown) | |||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
OpenTable(Connection as pdcConnectionKind,TableName as String,[IndexName as String],[Exclusive(=False) as Boolean]) as [[PdcRecord]] | |||
== Description == | == Description == | ||
No longer supported | |||
== Notes == | == Notes == | ||
This method was replaced by the [[PdcApplication.Database.OpenTable]] method. | |||
It only remains for reasons of downward compatibility. | |||
== Code example == | == Code example == | ||
<source lang="vb"> | <source lang="vb"> | ||
Line 16: | 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