<?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.GetFieldType</id>
	<title>PdcDatabase.GetFieldType - 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.GetFieldType"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcDatabase.GetFieldType&amp;action=history"/>
	<updated>2026-05-06T18:14:03Z</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.GetFieldType&amp;diff=3118&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == GetFieldType(strTableName as String,strFieldName as String) as pdcDbFieldType  == Description == Return the field type of the given field in the given ta...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcDatabase.GetFieldType&amp;diff=3118&amp;oldid=prev"/>
		<updated>2018-09-12T10:40:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == GetFieldType(strTableName as String,strFieldName as String) as &lt;a href=&quot;/index.php?title=PdcDbFieldType&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;PdcDbFieldType (page does not exist)&quot;&gt;pdcDbFieldType&lt;/a&gt;  == Description == Return the field type of the given field in the given ta...&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;
GetFieldType(strTableName as String,strFieldName as String) as [[pdcDbFieldType]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Return the field type of the given field in the given table.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The input parameters are:&amp;lt;br /&amp;gt;&lt;br /&gt;
* strTableName as string, the table name&lt;br /&gt;
* strFieldName as string, the field name&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 type&lt;br /&gt;
type = pdc.DataBase.GetFieldType(&amp;quot;TLE_TILE&amp;quot;, &amp;quot;TLE_NAME&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following pdcDbFieldTypes are available:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;pdcDbFieldType - Value - Info&amp;#039;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTUnknown - 0 - Unknown&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTAutoInc - 1 - AutoInc&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTInteger - 2 - Integer&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTString - 3 - String&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTMemo - 4 - Memo&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTFloat - 5 - Float&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTCurrency - 6 - Currency, not used right now, currency fields are actualy float fields&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTDate - 7 - Date&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTTimeStamp - 8 - Date/Time&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTTime - 9 - Time&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTBoolean - 10 - Boolean&amp;lt;br /&amp;gt;&lt;br /&gt;
pdcDBFTBlob - 11 - Blob&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since September 2018 (from version 5.5)&lt;/div&gt;</summary>
		<author><name>TC</name></author>
	</entry>
</feed>