DBMaker 5.4 Sample Description File

Contents
  1 Notes
    1.1 DBMaker 5.4 Installation
    1.2 Sample Database Configuration
    1.3 ODBC Configuration
  
  This package contains many samples, including   
  . ASP 
  . Delphi
  . ESQL/C 
  . ODBC 
  . PHP
  . Perl 
  . Python
  . Stored Procedure 
  . User Defined Function
  . Visual Basic  
  . JSP
  . Java 
  . C#
  . VB.NET
  . ASP.NET
  For detail description, see the README.TXT in each sample 
  subdirectory.

1 Notes
    Application developers can use various front-end development tools that 
    support ODBC to access our database. The following will guide you to build 
    the C(ODBC), Delphi, Visual Basic, application on DBMaker 5.4. You 
    must have installed Visual C++ 1.5 or later version, Delphi 2.0 or later 
    version, Visual Basic 5.0 or later version in order to build a C, Delphi, VB 
    sample, respectively. Besides, DBMaker 5.4 supports Web 
    application well. You can write ASP, PHP, Perl to access DBMaker 
    5.4 database. You must have install the relative environment as 
    described in following sections. DBMaker 5.4 also provides ESQL/C, 
    Stored Procedure, User defined function to facilitate database application 
    development. They will be build with ESQL/C preprocessor and C compiler, you 
    must have installed them before running these samples.

1.1 DBMaker 5.4 Installation
    The following instructions assume DBMaker has been installed in the
    default directory 'C:\DBMaker\5.4', and that the default program 
    group 'DBMaker 5.4' has been created in Program Manager or on the 
    Windows Start menu. If you did not install DBMaker with the 
    default installation options, substitute the path you chose default 
    directory in place of the C:\DBMAKER, and use the program group you
    specified during installation instead of the default 'DBMaker 5.4' 
    program group.

1.2 Sample Database Configuration
    When install DBMaker, setup program create sample databases for 
    these sample program. The database and its file object default 
    directory is located in database server 
    'C:\DBMaker\5.4\Samples\Database' and 
    'C:\DBMaker\5.4\Samples\Database\fo', respectively. setup also 
    configure these sample database as a single-user mode in DBMaker 
    Configuration File 'dmconfig.ini', You can open it with the link
    in 'DBMaker 5.4' program group. 
        
        [DBSAMPLE5]
        DB_FODIR=C:\DBMaker\5.4\SAMPLES\DATABASE\FO
        DB_DbDir=C:\DBMaker\5.4\SAMPLES\DATABASE
        DB_UsrID=SYSADM

    Samples which create stored procedure must work in client-server mode.
    You must have configure these database in client-server mode. For 
    example, 

        DB_SvAdr=127.0.0.1      --- your database server IP address
        DB_PtNum=2453           --- port number

    You also need add keyword DB_UsrFo for samples which use file object. 
        DB_UsrFo=1              

1.3 ODBC configuration    
    You may need to configure ODBC for sample which connect to database 
    through ODBC.
    1. Double click ODBC(32 bit) icon in the Control Panel
    2. Select DBSAMPLE5 data source when the Data Source dialog box 
       appears.
    3. By default, the dialog box has the same configuration as your those
       DBMaker Configuration File, you may modify the setting to make the
       data source are used in local, or in client server.


