README
上传用户:aidanglao
上传日期:2007-01-07
资源大小:69k
文件大小:2k
源码类别:

Oracle数据库

开发平台:

Unix_Linux

  1. SQLweb -- the SQL Interface to the WEB ... SQLweb ...
  2.    Copyright (c) 1995-1999 Applied Information Technologies, Inc.
  3.    All Rights Reserved.
  4.     
  5.    Distributed uder the GNU General Public License which was included in
  6.    the file named "LICENSE" in the package that you recieved.
  7.    If not, write to:
  8.    The Free Software Foundation, Inc.,
  9.    675 Mass Ave, Cambridge, MA 02139, USA.
  10.     
  11.    This program is distributed in the hope that it will be useful,
  12.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See 
  14.    the LICENSE for more details.
  15. ---- Installation ----
  16. I. Install and create your database 
  17.     1. Follow database install instructions for Oracle, Informix, or mSQL
  18. II. Build SQLweb core libraries
  19.     1. Build lib/liblist.a
  20.        1.1 (cd list; make install)
  21.     2. Build lib/libSQLweb.a
  22.        2.1 (cd libSQLweb; make install)
  23. III. Continue with SQLweb "binary installation"
  24.     1. Build SQLweb executable
  25.        1.1 cd <your-database-dir>
  26.    1.1.1 Oracle; cd dbd/oracle
  27.    1.1.2 Informix; cd dbd/informix
  28.    1.1.3 mSQL; cd dbd/msql
  29.        1.2 Modify the Makefile to suite your needs, verify 
  30.    LDFLAGS for proper libraries.  Check any special needs
  31.    required for your database.
  32.        1.3 make sqlweb
  33.     2. Modify the ./sqlweb.ini file
  34. 2.1 Modify the following variables in the [Env] Section
  35.     2.1.1 Oracle
  36.     ORACLE_HOME
  37.     ORACLE_SID
  38.     2.1.2 INFORMIX
  39.     INFORMIXDIR
  40.     INFORMIXSQLHOSTS
  41.     INFORMIXSERVER
  42.     ONCONFIG
  43.     2.1.3 mSQL -- none
  44. 2.2 Modify the following variables in the [Symbol] Section
  45.     2.2.1 Oracle
  46.     ORACLE_CONNECT
  47.     2.2.2 Informix
  48.     INFORMIX_DRIVERCONNECT
  49.     2.2.3 mSQL
  50.     MSQL_DB
  51.     3. Install the SQLweb executable and sqlweb.ini file into the
  52.     desired directory.
  53. 1. cp sqlweb.ini <your-favorite-dir>
  54.    cd oracle; cp sqlweb <your-favorite-dir>
  55. That's all, for more information see http://www.sqlweb.com/doc