Update of /cvsroot/openfirst/manual
In directory sc8-pr-cvs1:/tmp/cvs-serv14778
Modified Files:
openfirst.html
Log Message:
Added information about dbase functions.
Index: openfirst.html
===================================================================
RCS file: /cvsroot/openfirst/manual/openfirst.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** openfirst.html 14 Sep 2003 03:16:24 -0000 1.1
--- openfirst.html 14 Sep 2003 03:40:54 -0000 1.2
***************
*** 145,148 ****
--- 145,154 ----
includes /logger/logger.php. It was programmed this way so that users
will have more power over increasing the systems features and power.</p>
+ <p>Another great feature that we implemented into openFIRST is the database
+ selection. openFIRST supports MySQL, MSSQL and ODBC. The way this works
+ is that all the database related functions are run through openFIRST
+ functions first (ie. ofirst_dbquery). The function itself checks if
+ the system is setup to run MySQL, MSSQL or ODBC and selects between
+ them. It then returns the data to the original function.</p>
<p><strong>Module Specific Information</strong></p>
<li><a href="openfirst.base/openfirst.base.html">openFIRST.base</a></li>
|