<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_remove_database_id</id>
	<title>Truxton remove database id - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_remove_database_id"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_remove_database_id&amp;action=history"/>
	<updated>2026-09-09T22:31:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://truxwiki.com/index.php?title=Truxton_remove_database_id&amp;diff=5073&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;This will remove an association of a table name with a file type. This will remove a record from the &lt;code&gt;[DatabaseTableName]&lt;/code&gt; table.  =Syntax= &lt;source lang=&quot;C&quot;&gt; uint32...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_remove_database_id&amp;diff=5073&amp;oldid=prev"/>
		<updated>2021-06-28T09:40:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This will remove an association of a table name with a file type. This will remove a record from the &amp;lt;code&amp;gt;[DatabaseTableName]&amp;lt;/code&amp;gt; table.  =Syntax= &amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt; uint32...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This will remove an association of a table name with a file type.&lt;br /&gt;
This will remove a record from the &amp;lt;code&amp;gt;[DatabaseTableName]&amp;lt;/code&amp;gt; table.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt;&lt;br /&gt;
uint32_t truxton_remove_database_id( uint64_t truxton_handle, uint64_t file_type_id, char const * table_and_column );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Parameters=&lt;br /&gt;
==&amp;lt;code&amp;gt;truxton_handle&amp;lt;/code&amp;gt;==&lt;br /&gt;
The handle created by the [[truxton_create]] call.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;code&amp;gt;file_type_id&amp;lt;/code&amp;gt;==&lt;br /&gt;
The type of file associated with this table name.&lt;br /&gt;
This corresponds to the &amp;lt;code&amp;gt;[FileTypeID]&amp;lt;/code&amp;gt; column of the &amp;lt;code&amp;gt;[DatabaseTableName]&amp;lt;/code&amp;gt; table.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;code&amp;gt;table_and_column&amp;lt;/code&amp;gt;==&lt;br /&gt;
The name of the table and column associated with the file type.&lt;br /&gt;
This corresponds to the &amp;lt;code&amp;gt;[Name]&amp;lt;/code&amp;gt; column of the &amp;lt;code&amp;gt;[DatabaseTableName]&amp;lt;/code&amp;gt; table.&lt;br /&gt;
&lt;br /&gt;
=Sample=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot; highlight=&amp;quot;3-8&amp;quot;&amp;gt;&lt;br /&gt;
void remove_my_database_id( uint64_t truxton_handle )&lt;br /&gt;
{&lt;br /&gt;
   truxton_remove_database_id( truxton, Type_010_Help_Viewer, &amp;quot;ContentsTable.NamespaceId&amp;quot; );&lt;br /&gt;
   truxton_remove_database_id( truxton, Type_010_Help_Viewer, &amp;quot;FileAttributeSetTable.FilterAttributeSetId&amp;quot; );&lt;br /&gt;
   truxton_remove_database_id( truxton, Type_010_Help_Viewer, &amp;quot;FolderTable.NamespaceId&amp;quot; );&lt;br /&gt;
   truxton_remove_database_id( truxton, Type_010_Help_Viewer, &amp;quot;IndexTable.Anchor&amp;quot; );&lt;br /&gt;
   truxton_remove_database_id( truxton, Type_010_Help_Viewer, &amp;quot;OptimizedFilterTable.FilterAttributeId&amp;quot; );&lt;br /&gt;
   truxton_remove_database_id( truxton, Type_010_Help_Viewer, &amp;quot;TimeStampTable.NamespaceId&amp;quot; );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sam</name></author>
		
	</entry>
</feed>