<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcDatabase.OpenTable</id>
	<title>PdcDatabase.OpenTable - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcDatabase.OpenTable"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcDatabase.OpenTable&amp;action=history"/>
	<updated>2026-05-06T15:33:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcDatabase.OpenTable&amp;diff=1812&amp;oldid=prev</id>
		<title>Mike: Created page with &quot;== Declaration == OpenTable(Connection as pdcConnectionKind,TableName as String,IndexName as String) as PdcDBTable  == Description == Open a table in the data dictionary  ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcDatabase.OpenTable&amp;diff=1812&amp;oldid=prev"/>
		<updated>2012-05-22T09:57:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == OpenTable(Connection as pdcConnectionKind,TableName as String,IndexName as String) as &lt;a href=&quot;/index.php/PdcDBTable&quot; title=&quot;PdcDBTable&quot;&gt;PdcDBTable&lt;/a&gt;  == Description == Open a table in the data dictionary  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
OpenTable(Connection as pdcConnectionKind,TableName as String,IndexName as String) as [[PdcDBTable]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Open a table in the data dictionary &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This method returns an databasetable that is added to the datadictionary.&lt;br /&gt;
The input parameters are:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Connectionkind as integer see below for connectionkinds.&lt;br /&gt;
* Table name as string, the table name without the extention .ADT.&lt;br /&gt;
* Index name as string.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Dim table&lt;br /&gt;
Set table = pdc.DataBase.OpenTable(pdcConData, &amp;quot;LM_MAT&amp;quot;, &amp;quot;LM_MATN&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Or&lt;br /&gt;
&lt;br /&gt;
Dim table&lt;br /&gt;
Set table = pdc.DataBase.OpenTable(1, &amp;quot;LM_MAT&amp;quot;, &amp;quot;LM_MATN&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following pdcConnectionKinds are available:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;pdcConnectionKind - Value - Info&amp;#039;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConNone - 0&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConData - 1 - Data-files&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConATRData - 2 - ATR-files&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConLijst - 3 - List-files&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConPlan - 4 - Planning-files&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConTemp - 5 - Temp-files&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConHis - 6 - History-files&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConNCData - 7 - NC-Data-files&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConWerk - 8 - Work-files&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcConCustom - 9&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since June 2008 (from version 3.8)&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>