<?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>Delphi Tutorial &#187; Database</title>
	<atom:link href="http://delphitutorial.info/category/delphi-components/database-2/feed" rel="self" type="application/rss+xml" />
	<link>http://delphitutorial.info</link>
	<description></description>
	<lastBuildDate>Sun, 19 Jul 2009 10:48:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FIB DAC v.2.01</title>
		<link>http://delphitutorial.info/fib-dac-v201.html</link>
		<comments>http://delphitutorial.info/fib-dac-v201.html#comments</comments>
		<pubDate>Sun, 19 Jul 2009 10:41:53 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[firebird database]]></category>
		<category><![CDATA[firebird delphi component]]></category>
		<category><![CDATA[free delphi component]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=288</guid>
		<description><![CDATA[he suite of eight data-aware components:

 TFIB_Database
 TFIB_Transaction
 TFIB_Dataset
 TFIB_UpdateSQL
 TFIB_Query
 TFIB_StoredProc
 TFIB_Generator
 TFIB_CreateAlterDrop

for direct access of Firebird databases (Interbase also, but tested only on Interbase ver. 7.5). The components are based only on my own, not seldom non-standard, ideas. I have created these components with minimum programming code (all DCUs weigh ONLY 308KB). Wherever [...]]]></description>
			<content:encoded><![CDATA[<p>he suite of eight data-aware components:</p>
<ul>
<li> TFIB_Database</li>
<li> TFIB_Transaction</li>
<li> TFIB_Dataset</li>
<li> TFIB_UpdateSQL</li>
<li> TFIB_Query</li>
<li> TFIB_StoredProc</li>
<li> TFIB_Generator</li>
<li> TFIB_CreateAlterDrop</li>
</ul>
<p>for direct access of Firebird databases (Interbase also, but tested only on Interbase ver. 7.5). The components are based only on my own, not seldom non-standard, ideas. I have created these components with minimum programming code (all DCUs weigh ONLY 308KB). Wherever the original Borland code was not optimal I have overriden it, but generally I’ve tried to take the maximum advantage of Borland code.</p>
<p><span id="more-288"></span></p>
<p>You will be amazed at the potentiality and efficiency of FIB DAC components that set a new standard, unattainable for other compomnents being usually heavy, overgrown and complicated. TFIB_Dataset is the only dataset component that besides simplest (and slowest together) static data access method, supports dynamic data access and partial (growing) records fetching (IN MANY CASES EVEN HUNDREDS TIME FASTER THEN STATIC METHOD; see Readme.txt and Readme_comparision.txt for more details).</p>
<p><strong>Homepage</strong>: -<br />
<strong>Download</strong>: <a href="http://torry.net/db/direct/firebird/FIBdacD200xv201.zip" target="_blank">FIBdacD200xv201.zip</a><br />
<strong>File Size</strong>: 950 KB<br />
<strong>Delphi Version</strong>: Delphi 6 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/fib-dac-v201.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TMsDataAdapter v.1.1.1.1</title>
		<link>http://delphitutorial.info/tmsdataadapter-v1111.html</link>
		<comments>http://delphitutorial.info/tmsdataadapter-v1111.html#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:28:47 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[dataset]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=281</guid>
		<description><![CDATA[It is a combined component (DataSet, Provider, ClientDataSet and UpdateSQL).  If you are used to use ClientDataset, you may want to specify sql statement for each Modify, Delete and Insert sql. This is provided by TMsDataAdapter. It also allows you to change your connection easily from ADO to DBX or IBX or BDE. You [...]]]></description>
			<content:encoded><![CDATA[<p>It is a combined component (DataSet, Provider, ClientDataSet and UpdateSQL).  If you are used to use ClientDataset, you may want to specify sql statement for each Modify, Delete and Insert sql. This is provided by TMsDataAdapter. It also allows you to change your connection easily from ADO to DBX or IBX or BDE. You can change your connection bridge with minimal source change. Don&#8217;t forget that it works based on MIDAS.</p>
<p><span id="more-281"></span></p>
<p><strong>Homepage</strong>: <a href="http://www.jadpage.com/" target="_blank">http://www.jadpage.com/</a><br />
<strong>Download</strong>: <a href="http://www.jadpage.com/" target="_blank">http://www.jadpage.com/</a><br />
<strong>File Size</strong>: 990 KB<br />
<strong>Delphi Version</strong>: Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tmsdataadapter-v1111.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgresDAC 2.5.0 Beta</title>
		<link>http://delphitutorial.info/postgresdac-250-beta.html</link>
		<comments>http://delphitutorial.info/postgresdac-250-beta.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 23:59:26 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[postgreSQL]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=260</guid>
		<description><![CDATA[Powerful component suite for creation Delphi/C++Builder applications with direct access to PostgreSQL databases without BDE and ODBC.
Top reasons to use PostgresDAC 2.x:

PostgresDAC is a royalty-free product;
100% native Delphi code;
PostgreSQL 7.x-8.x support;
only 300-400 Kb are added to your .exe file;
full compatibility with all the existing data-aware controls and report designers;
full support of the BLOB fields;
TDBImageEx component [...]]]></description>
			<content:encoded><![CDATA[<p>Powerful component suite for creation Delphi/C++Builder applications with direct access to PostgreSQL databases without BDE and ODBC.</p>
<p>Top reasons to use PostgresDAC 2.x:</p>
<ul>
<li>PostgresDAC is a royalty-free product;</li>
<li>100% native Delphi code;</li>
<li>PostgreSQL 7.x-8.x support;</li>
<li>only 300-400 Kb are added to your .exe file;</li>
<li>full compatibility with all the existing data-aware controls and report designers;</li>
<li>full support of the BLOB fields;</li>
<li>TDBImageEx component for JPEG images support included in the package for free (with sources);</li>
<li>detailed help system and a lot of various demo applications;</li>
<li>compatible with Pervasive Postgres;</li>
<li>and much more.</li>
</ul>
<p><span id="more-260"></span></p>
<p><strong>Homepage</strong>: <a href="http://www.microolap.com/products/connectivity/postgresdac/" target="_blank">http://www.microolap.com/</a><br />
<strong>Download</strong>: <a href="http://www.microolap.com/products/connectivity/postgresdac/download/" target="_blank">http://www.microolap.com/</a><br />
<strong>File Size</strong>: 10.4 MB<br />
<strong>Delphi Version</strong>: Delphi 5 &#8211; Delphi 2009<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/postgresdac-250-beta.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Direct Oracle Access 4.1</title>
		<link>http://delphitutorial.info/direct-oracle-access-41.html</link>
		<comments>http://delphitutorial.info/direct-oracle-access-41.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 23:59:23 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=259</guid>
		<description><![CDATA[With these three components you access an Oracle database directly, skipping the Borland Database Engine only using (32 bits) SQL*Net. This gives you the following advantages:

No distributing, installing and configuring the BDE
No BDE overhead or trade offs: your queries will run up to five times faster
The program executable size will be more than 100K smaller
The [...]]]></description>
			<content:encoded><![CDATA[<p>With these three components you access an Oracle database directly, skipping the Borland Database Engine only using (32 bits) SQL*Net. This gives you the following advantages:</p>
<ul>
<li>No distributing, installing and configuring the BDE</li>
<li>No BDE overhead or trade offs: your queries will run up to five times faster</li>
<li>The program executable size will be more than 100K smaller</li>
<li>The use of variants makes programming easy (null values, runtime type information)</li>
<li>You can use PL/SQL blocks for server logic in your application</li>
<li>Easy to use, the components are intelligent.</li>
</ul>
<p><span id="more-259"></span></p>
<p><strong>Homepage</strong>: <a href="http://www.allroundautomations.nl/" target="_blank">http://www.allroundautomations.nl/</a><br />
<strong>Download</strong>: <a href="http://www.allroundautomations.nl/" target="_blank">http://www.allroundautomations.nl/</a><br />
<strong>File Size</strong>: 2.6 MB &#8211; 3.9 MB<br />
<strong>Delphi Version</strong>: Delphi 3 &#8211; Delphi 2009<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/direct-oracle-access-41.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accuracer 4.40</title>
		<link>http://delphitutorial.info/accuracer-440.html</link>
		<comments>http://delphitutorial.info/accuracer-440.html#comments</comments>
		<pubDate>Thu, 17 Apr 2008 17:22:06 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Shareware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/accuracer-440.html</guid>
		<description><![CDATA[Accuracer Database System is a Windows / Linux cross-platform BDE alternative embedded Delphi database with SQL support for software developers working in Borland Delphi / C++Builder and Kylix .
Accuracer represents the next generation of our Delphi databases products line which started more than five years ago with such highly famous and respected product as EasyTable.

New [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Accuracer Database System</strong> is a Windows / Linux cross-platform BDE alternative embedded Delphi database with SQL support for software developers working in Borland Delphi / C++Builder and Kylix .</p>
<p>Accuracer represents the next generation of our Delphi databases products line which started more than five years ago with such highly famous and respected product as EasyTable.</p>
<p><span id="more-190"></span></p>
<p><strong>New features</strong>:</p>
<ul>
<li>New SQL functions were added: ABS; CEILING, CEIL; FLOOR; MOD; POWER, POW; RANDOM, RAND; ROUND; SIGN; TRUNCATE,TRUNC; HEX.</li>
<li>New SQL operators were added: %, mod (same as MOD(x,y)); shl, << (shift left); shr, >> (shift right); xor, ^ (bitwise XOR); &#038; (bitwise AND); | (bitwise OR); ~ (bitwise NOT).</li>
<li>Hex constants are now supported (both C++ and Delphi forms: 0xff and $FF)</li>
<li>C++ form of logical and comparison operators is now supported (!, &#038;&#038;, !=, ==).</li>
<li>The performance of in-memory tables in multi-threaded applications was essentially increased. Parallelism level is now much higher.</li>
<li>The performance of disk tables in multi-threaded and multi-user applications was essentially increased. Parallelism level is now much higher.</li>
<li>The algorithm of re-usage of empty pages inside database file was optimized. It is recommended to compact/repair all existing databases for better performance.</li>
<li>Import compatibility with MS Access database was essentially improved.</li>
<li>Column and table names can be quoted by back quote `.</li>
<li>Some demo scripts were added.</li>
</ul>
<p><strong>Homepage</strong>: <a target="_blank" href="http://www.accuracer.com/client-server_database_single-file_database_delphi_database_embedded_database.htm">http://www.accuracer.com/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://www.accuracer.com/products/unlock.php?product_id=14">http://www.accuracer.com/products/unlock.php?product_id=14</a><br />
<strong>File Size</strong>: 4.6 MB &#8211; 6.2 MB<br />
<strong>Delphi Version</strong>: Delphi 4 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/accuracer-440.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLMemTable v.3.40</title>
		<link>http://delphitutorial.info/sqlmemtable-v340.html</link>
		<comments>http://delphitutorial.info/sqlmemtable-v340.html#comments</comments>
		<pubDate>Sun, 13 Apr 2008 13:27:11 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Shareware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/sqlmemtable-v340.html</guid>
		<description><![CDATA[SQLMemTable is a simple and fast in-memory table and query for           Delphi and C++ Builder. SQLMemTable includes three visual components:

TSQLMemTable which is a fast and easy in-memory TTable replacement;
TSQLMemQuery that provides a subset of SQL&#8217;92 operators;
TSQLMemBatchMove which is very close to TBatchMove and supports almost [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify"><strong>SQLMemTable </strong>is a simple and fast in-memory table and query for           Delphi and C++ Builder. SQLMemTable includes three visual components:</p>
<ul>
<li>TSQLMemTable which is a fast and easy in-memory TTable replacement;</li>
<li>TSQLMemQuery that provides a subset of <strong>SQL&#8217;92</strong> operators;</li>
<li>TSQLMemBatchMove which is very close to TBatchMove and supports almost all of its functionality.</li>
</ul>
<p>SQLMemTable does not require BDE and provides all the TTable functions such as master / detail relationship,           filtering, searching, sorting, blob fields, key and range methods, as well as some advanced features like          blob fields compression and Unicode support.</p>
<p><span id="more-191"></span></p>
<p><strong>New features</strong>:</p>
<ul>
<li>New SQL functions were added: ABS; CEILING, CEIL; FLOOR; MOD; POWER, POW; RANDOM, RAND; ROUND; SIGN; TRUNCATE,TRUNC; HEX.<br />
<img width="1" height="6" border="0" src="http://www.accuracer.com/img/p.gif" /></li>
<li>New SQL operators were added: %, mod (same as MOD(x,y)); shl, << (shift left); shr, >> (shift right); xor, ^ (bitwise XOR); &#038; (bitwise AND); | (bitwise OR); ~ (bitwise NOT).<br />
<img width="1" height="6" border="0" src="http://www.accuracer.com/img/p.gif" /></li>
<li>Hex constants are now supported (both C++ and Delphi forms: 0xff and $FF)<br />
<img width="1" height="6" border="0" src="http://www.accuracer.com/img/p.gif" /></li>
<li>C++ form of logical and comparison operators is now supported (!, &#038;&#038;, !=, ==).<br />
<img width="1" height="6" border="0" src="http://www.accuracer.com/img/p.gif" /></li>
<li>The performance of in-memory tables in multi-threaded applications was essentially increased. Parallelism level is now much higher.<br />
<img width="1" height="6" border="0" src="http://www.accuracer.com/img/p.gif" /></li>
<li>Import compatibility with MS Access database was essentially improved.<br />
<img width="1" height="6" border="0" src="http://www.accuracer.com/img/p.gif" /></li>
<li>Column and table names can be quoted by back quote `.<br />
<img width="1" height="6" border="0" src="http://www.accuracer.com/img/p.gif" /></li>
<li>Some demo scripts were added.</li>
</ul>
<p><strong>Homepage</strong>: <a target="_blank" href="http://www.accuracer.com/in-memory_sql_database_delphi.htm">http://www.accuracer.com/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://www.accuracer.com/products/unlock.php?product_id=12">http://www.accuracer.com/products/unlock.php?product_id=12</a><br />
<strong>File Size</strong>: 3.9 MB<br />
<strong>Delphi Version</strong>: Delphi 4 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/sqlmemtable-v340.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBProvider 3.0.0.3965 RC2</title>
		<link>http://delphitutorial.info/ibprovider-3003965-rc2.html</link>
		<comments>http://delphitutorial.info/ibprovider-3003965-rc2.html#comments</comments>
		<pubDate>Sat, 05 Apr 2008 05:55:22 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Shareware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/ibprovider-3003965-rc2.html</guid>
		<description><![CDATA[The product is a Native OLE DB provider for access to all versions of InterBase and Firebird SQL-servers. Using IBProvider, you can create applications based on:

All versions of Microsoft Visual Studio (5.x, 6.x, 7.x) including Microsoft Visual Studio .Net 2005, ADO.Net 2.0.
C++ Builder and Delphi.
Microsoft Office (including Microsoft Access) through the Visual Basic for Applications [...]]]></description>
			<content:encoded><![CDATA[<p>The product is a Native OLE DB provider for access to all versions of InterBase and Firebird SQL-servers. Using IBProvider, you can create applications based on:</p>
<ul>
<li>All versions of Microsoft Visual Studio (5.x, 6.x, 7.x) including Microsoft Visual Studio .Net 2005, ADO.Net 2.0.</li>
<li>C++ Builder and Delphi.</li>
<li>Microsoft Office (including Microsoft Access) through the Visual Basic for Applications (VBA).</li>
<li>ASP and ASP.Net for Web applications development.</li>
<li>MS SQL Linked server and Business Intelligence (Intergartion, Reporting, Analisys services).</li>
</ul>
<p><span id="more-188"></span><br />
<strong>Homepage</strong>: <a target="_blank" href="http://www.ibprovider.com/eng/index.html">http://www.ibprovider.com/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://www.ibprovider.com/getfile/IBProvider_v3_trial_eng.exe">IBProvider_v3_trial_eng.exe</a><br />
<strong>File Size</strong>: 7.7 MB<br />
<strong>Delphi Version</strong>: Delphi 6 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/ibprovider-3003965-rc2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Access Components for SQLite 2008.03.A</title>
		<link>http://delphitutorial.info/database-access-components-for-sqlite-200803a.html</link>
		<comments>http://delphitutorial.info/database-access-components-for-sqlite-200803a.html#comments</comments>
		<pubDate>Wed, 02 Apr 2008 01:48:48 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Freeware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/database-access-components-for-sqlite-200803a.html</guid>
		<description><![CDATA[Database Access Components for SQLite: TASQLiteDB, TASQLiteQuery, TASQLiteTable, TASQLiteUpdateSQL.

Homepage: http://aducom.com/cen/
Download: http://aducom.com/cen/download.php?list.11
File Size: 743 KB
Delphi Version: Delphi 4 &#8211; Delphi 2007
Source: None
]]></description>
			<content:encoded><![CDATA[<p>Database Access Components for SQLite: TASQLiteDB, TASQLiteQuery, TASQLiteTable, TASQLiteUpdateSQL.</p>
<p><span id="more-187"></span></p>
<p><strong>Homepage</strong>: <a target="_blank" href="http://aducom.com/cen/news.php">http://aducom.com/cen/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://aducom.com/cen/download.php?list.11">http://aducom.com/cen/download.php?list.11</a><br />
<strong>File Size</strong>: 743 KB<br />
<strong>Delphi Version</strong>: Delphi 4 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/database-access-components-for-sqlite-200803a.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TXLSFile 4.0</title>
		<link>http://delphitutorial.info/txlsfile-40.html</link>
		<comments>http://delphitutorial.info/txlsfile-40.html#comments</comments>
		<pubDate>Wed, 26 Mar 2008 02:30:14 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Shareware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/txlsfile-40.html</guid>
		<description><![CDATA[TXLSFile is a Borland Delphi library for reading and writing of Microsoft Excel XLS files
It is based on direct reading and writing of files, and works without OLE Automation with Microsoft Excel.
VB and C++ developers may use OLE XLSFile COM objects library.

Features:

TXLSFile does not require Microsoft Excel installed.
TXLSFile supports MS Excel 97, 2000, XP, 2003 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>TXLSFile </strong>is a Borland Delphi library for reading and writing of Microsoft Excel XLS files<br />
It is based on direct reading and writing of files, and works without OLE Automation with Microsoft Excel.</p>
<p>VB and C++ developers may use OLE XLSFile COM objects library.</p>
<p><span id="more-185"></span></p>
<p><strong>Features</strong>:</p>
<ul>
<li><img src="file:///C:/DOCUME%7E1/AHDASA%7E1/LOCALS%7E1/Temp/moz-screenshot-1.jpg" /><img src="file:///C:/DOCUME%7E1/AHDASA%7E1/LOCALS%7E1/Temp/moz-screenshot-2.jpg" />TXLSFile does not require Microsoft Excel installed.</li>
<li>TXLSFile supports MS Excel 97, 2000, XP, 2003 format (BIFF8).</li>
<li>XLS files produced by TXLSFile may be opened in Excel 2007.</li>
<li>XLS files produced by TXLSFile may be opened in OpenOffice.</li>
</ul>
<p><strong>Homepage</strong>: <a target="_blank" href="http://sm-software.com/txlsfile.htm">http://sm-software.com/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://sm-software.com/download.htm">http://sm-software.com/download.htm</a><br />
<strong>File Size</strong>: 633 KB &#8211; 788 KB<br />
<strong>Delphi Version</strong>: Delphi 3 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/txlsfile-40.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zeos Database Objects v.6.6.2 RC</title>
		<link>http://delphitutorial.info/zeos-database-objects-v662-rc.html</link>
		<comments>http://delphitutorial.info/zeos-database-objects-v662-rc.html#comments</comments>
		<pubDate>Fri, 14 Dec 2007 11:26:13 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Freeware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/zeos-database-objects-v662-rc.html</guid>
		<description><![CDATA[Components for fast access to MySQL, PostgreSQL, Microsoft SQL, Oracle and Interbase SQL servers without use add-ons, such as BDE / ODBC / ADO. Besides, the components &#8211; sources of data are compatible with standard TDataset and have a number of additional features.
Zeos Database Objects library consists of:

Low-level plain API for access to client part [...]]]></description>
			<content:encoded><![CDATA[<p>Components for fast access to <strong>MySQL</strong>, <strong>PostgreSQL</strong>, <strong>Microsoft SQL</strong>, <strong>Oracle </strong>and Interbase SQL servers without use add-ons, such as BDE / ODBC / ADO. Besides, the components &#8211; sources of data are compatible with standard TDataset and have a number of additional features.</p>
<p><strong>Zeos Database Objects library consists of</strong>:</p>
<ul>
<li>Low-level plain API for access to client part of MySQL, PostgreSQL and Interbase</li>
<li>Low-level class API for access to MySQL, PostgreSQL and Interbase</li>
<li>TZXXSqlDatabase components for representation of database connection</li>
<li>TZXXSqlTransact components for transaction management</li>
<li>TZXXSqlQuery components for executing of SQL-queries and viewing/editing of the contents of simple and complex selects</li>
<li>TZXXSqlTable components for viewing and editing of database tables</li>
<li>TZXXSqlMonitor components for viewing of outgoing queries to SQL-servers</li>
<li>TZUpdateSql components for changing/deleting/adding of queries</li>
<li>TZBatchSql for executing of SQL-scripts.</li>
<li>more&#8230;</li>
</ul>
<p><span id="more-150"></span><br />
<strong>Homepage</strong>: <a title="Zeos Database Objects v.6.6.2 RC" href="http://sourceforge.net/projects/zeoslib">http://sourceforge.net/projects/zeoslib</a><br />
<strong>Download</strong>: <a target="_blank" title="Zeos Database Objects v.6.6.2 RC" href="http://sourceforge.net/project/showfiles.php?group_id=35994">http://sourceforge.net/project/showfiles.php?group_id=35994</a><br />
<strong>File Size</strong>: 1.4 MB<br />
<strong>Delphi Version</strong>: Delphi 6 &#8211; Delphi 2007<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/zeos-database-objects-v662-rc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.285 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-09 23:21:03 -->
