home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / PDX_ALL.ZIP / TI628.ASC < prev    next >
Text File  |  1991-09-11  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox                                NUMBER  :  628
  9.   VERSION  :  All
  10.        OS  :  DOS
  11.      DATE  :  September 11, 1991                       PAGE  :  1/2
  12.  
  13.     TITLE  :  Overview and abilities of Paradox SQL-Link
  14.  
  15.  
  16.  
  17.  
  18.                                OVERVIEW
  19.  
  20.   Paradox SQL Link is an add-in product that allows you to use
  21.   Paradox 3.5 as a front end for accessing data from a SQL database
  22.   server.  You can use Paradox's interactive menus or the PAL
  23.   language for accessing this information, without having to learn
  24.   SQL programming.
  25.  
  26.   SQL (Structured Query Language) is an internationally established
  27.   database language for managing relational data.  To use the data
  28.   the SQL language statements must be used.  Paradox SQL Link
  29.   operates as a layer between Paradox 3.5 and the SQL server,
  30.   translating a Paradox operations into the appropriate SQL
  31.   commands and then forwarding them to the server.  The commands
  32.   are then executed and any result is returned to Paradox as a
  33.   normal answer table.  Paradox can simultaneously work with remote
  34.   tables and conventional paradox tables.
  35.  
  36.   SQL is usually implemented in a client-server architecture.
  37.   There is a database server (commonly a mainframe, mini or high-
  38.   end PC.) with clients (generally PC's) connected through a
  39.   network.  Paradox is run on the PC workstations of the network.
  40.   Since the data is stored and directly manipulated on the central
  41.   server, having a powerful server machine can yield good
  42.   performance without high machine requirements for the client
  43.   workstations (80286 or higher CPU, RAM requirements below).
  44.   Using Paradox as the front end, allows access to larger amounts
  45.   of data without learning a new software package.  Data security
  46.   and maintenance can also be simplified by having the data stored
  47.   on one central machine.
  48.  
  49.   The SQL servers currently supported are:               RAM Req'd:
  50.                                                         (megabytes)
  51.        DEC VAX Rdb/VMS 3.1B                                 1.0
  52.        IBM Extended Edition Database Manager 1.2 or higher  1.0
  53.        Microsoft SQL Server 1.x                             1.0
  54.        Oracle Server 6.0 or higher                          1.5
  55.        Sybase SQL Server 4.x                                1.0
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  Paradox                                NUMBER  :  628
  75.   VERSION  :  All
  76.        OS  :  DOS
  77.      DATE  :  September 11, 1991                       PAGE  :  2/2
  78.  
  79.     TITLE  :  Overview and abilities of Paradox SQL-Link
  80.  
  81.  
  82.  
  83.  
  84.                               ABILITIES
  85.  
  86.   Some of the capabilities of Paradox 3.5 with SQL Link are:
  87.  
  88.   1)Queries on database tables
  89.     a)for manipulating data on the server or
  90.     b)retrieving data from the server.
  91.  
  92.   2)Table creation and access of existing tables.
  93.  
  94.   3)Table manipulation (add, copy, delete, empty, etc.).
  95.  
  96.   4)Reporting of information existing on the server.
  97.  
  98.   5)Added PAL commands and functions for programming access to the
  99.   server.
  100.  
  101.   6)Application of transaction processing techniques for data
  102.   integrity.
  103.  
  104.                              REQUIREMENTS
  105.  
  106.   The database server and appropriate network must be running.  The
  107.   workstations must be running Paradox 3.5 in protected mode to
  108.   utilize SQL Link.  (See your User's Guide, Chapter 14 - Advanced
  109.   Topics/"How Paradox manages memory" for additional information on
  110.   protected mode.)
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.