PdcApplication.OpenTable: Difference between revisions
Jump to navigation
Jump to search
m moved OpenTable to PdcApplication.OpenTable |
No edit summary |
||
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"> | ||
Revision as of 11:07, 21 May 2012
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.