<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Merlin&#039;s Delphi Forge &#187; Databases</title>
	<atom:link href="http://www.delphifaq.net/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphifaq.net</link>
	<description>By a Programmer for Programmers...</description>
	<lastBuildDate>Sat, 13 Mar 2010 19:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Prevent Data Loss and Corruption in Databases</title>
		<link>http://www.delphifaq.net/how-to-prevent-data-loss-and-corruption-in-databases/</link>
		<comments>http://www.delphifaq.net/how-to-prevent-data-loss-and-corruption-in-databases/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:59:31 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[corruption]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[loss]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[prevent]]></category>
		<category><![CDATA[prevetion]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-prevent-data-loss-and-corruption-in-databases</guid>
		<description><![CDATA[If you are using a local database (i.e. dBase or Paradox) then you probably ale have the BDE setting &#8220;LOCAL SHARE&#8221; set to false, which does not save changes to databases after they are modified immediately. The changes are kept in memory and saved later. In other words &#8211; cached. This usually helps speed up [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-prevent-data-loss-and-corruption-in-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get the Installed BDE Version</title>
		<link>http://www.delphifaq.net/how-to-get-the-installed-bde-version/</link>
		<comments>http://www.delphifaq.net/how-to-get-the-installed-bde-version/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:57:56 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[bde]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[borland database engine]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[retrieve]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-get-the-installed-bde-version</guid>
		<description><![CDATA[For many reasons you may need the installed BDE (Borland Database Engine) version. One of them (the main one probably) is that BDE versions are not always compatible with each other. Therefore you may want to use different code/components at runtime. Use the code below to determine what version of BDE is installed on the [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-get-the-installed-bde-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Duplicate a TTable</title>
		<link>http://www.delphifaq.net/how-to-duplicate-a-ttable/</link>
		<comments>http://www.delphifaq.net/how-to-duplicate-a-ttable/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:25:13 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[m3rlin]]></category>
		<category><![CDATA[mdf]]></category>
		<category><![CDATA[merlin]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[ttable]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-duplicate-a-ttable</guid>
		<description><![CDATA[There are various ways to copy/duplicate databases. Using TBatchMover you can copy the structure and data but can&#8217;t copy the index files. Then again when you use FileCopy() you can&#8217;t copy the tables corresponding index files automatically and you have to define all the files. One of the ways to duplicate a database is to [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-duplicate-a-ttable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the Date Format for Databases</title>
		<link>http://www.delphifaq.net/how-to-change-the-date-format-for-databases/</link>
		<comments>http://www.delphifaq.net/how-to-change-the-date-format-for-databases/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 19:48:02 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[bde]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[different]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[sources]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-change-the-date-format-for-databases/</guid>
		<description><![CDATA[To change the date format you have to launch the BDE Administrator and set the data separator and the preferred date format. This is set in a different way the standard Windows regional settings so you may want to look up the BDE help. Then use the following code in your project source file: ... [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-change-the-date-format-for-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Programmatically Change the BDE Settings for the MSACCESS Driver and Other BDE</title>
		<link>http://www.delphifaq.net/how-to-programmatically-change-the-bde-settings-for-the-msaccess-driver-and-other-bde/</link>
		<comments>http://www.delphifaq.net/how-to-programmatically-change-the-bde-settings-for-the-msaccess-driver-and-other-bde/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 19:45:48 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[bde]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[dao 3]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[dll32]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[nil]]></category>
		<category><![CDATA[programmatically change]]></category>
		<category><![CDATA[tip 8]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-programmatically-change-the-bde-settings-for-the-msaccess-driver-and-other-bde/</guid>
		<description><![CDATA[After installing the BDE the default value for the MSACCESS driver is the idda032.dll (DAO 3.0), which is used in Office 95. But if we are using Office 97 we have to change this setting to idda3532.dll (tip 8.1). We can do so using the following code: ... uses BDE; ... procedure SetOffice97DB; var ConfigDesc: [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-programmatically-change-the-bde-settings-for-the-msaccess-driver-and-other-bde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Open a Microsoft Access (*.mdb) Database Using the MSACCESS Driver</title>
		<link>http://www.delphifaq.net/how-to-open-a-microsoft-access-mdb-database-using-the-msaccess-driver/</link>
		<comments>http://www.delphifaq.net/how-to-open-a-microsoft-access-mdb-database-using-the-msaccess-driver/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 19:44:32 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[access mdb]]></category>
		<category><![CDATA[add database]]></category>
		<category><![CDATA[bde administrator]]></category>
		<category><![CDATA[bde borland database engine]]></category>
		<category><![CDATA[borland database engine]]></category>
		<category><![CDATA[configuration tab]]></category>
		<category><![CDATA[database name]]></category>
		<category><![CDATA[distribution version]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[dll32]]></category>
		<category><![CDATA[microsoft access databases]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[office cd]]></category>
		<category><![CDATA[tdatabase component]]></category>
		<category><![CDATA[ttable component]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-open-a-microsoft-access-mdb-database-using-the-msaccess-driver/</guid>
		<description><![CDATA[You can use Microsoft Access databases only with Delphi 3 Professional or better. You have to have the BDE (Borland Database Engine) installed on the PC. It should be version 4.51 or better. Besides the BDE you need to have the DAO installed. It is part of MS Office 97. The distribution version should be [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-open-a-microsoft-access-mdb-database-using-the-msaccess-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
