cortesi Wed Mar 27 19:22:32 2002 EDT
Modified files:
/phpdoc/en/faq databases.xml
Log:
WS
Index: phpdoc/en/faq/databases.xml
diff -u phpdoc/en/faq/databases.xml:1.13 phpdoc/en/faq/databases.xml:1.14
--- phpdoc/en/faq/databases.xml:1.13 Wed Dec 12 15:46:32 2001
+++ phpdoc/en/faq/databases.xml Wed Mar 27 19:22:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<chapter id="faq.databases">
<title>Database issues</title>
<titleabbrev>Database issues</titleabbrev>
@@ -60,11 +60,11 @@
and PHP both understand, such as flat files or dBase databases.
On this point Tim Hayes from OpenLink software writes:
<programlisting>
-Using another database as an intermediary is not a good idea, when you can
-use ODBC from PHP straight to your database - i.e. with OpenLink's drivers. If
-you do need to use an intermediary file format, OpenLink have now released
-Virtuoso (a virtual database engine) for NT, Linux and other unix platforms.
-Please visit our <ulink url="&faqurl.openlinksw;">website</ulink> for a free download.
+ Using another database as an intermediary is not a good idea, when you can
+ use ODBC from PHP straight to your database - i.e. with OpenLink's drivers. If
+ you do need to use an intermediary file format, OpenLink have now released
+ Virtuoso (a virtual database engine) for NT, Linux and other unix platforms.
+ Please visit our <ulink url="&faqurl.openlinksw;">website</ulink> for a free
+download.
</programlisting>
</para>
<para>