home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tech91.zip / TI592.ASC < prev    next >
Text File  |  1991-08-26  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  PARADOX/SQL-LINK                       NUMBER  :  592
  9.   VERSION  :  1.0
  10.        OS  :  DOS
  11.      DATE  :  August 26, 1991                          PAGE  :  1/1
  12.  
  13.     TITLE  :  Viewing remote tables
  14.  
  15.  
  16.  
  17.  
  18.   Tables located on the SQL Server (remote tables) can sometimes be
  19.   several megabytes in size.  Therefore viewing, updating, and
  20.   screen refreshing these tables in a client server environment can
  21.   cause a great deal of network traffic.  By creating a query,
  22.   though, we can view a copy of the SQL table and avoid excess
  23.   network traffic.
  24.  
  25.   After establishing a connection to your SQL server, create a
  26.   replica of the remote table using the SQLSetup script.  Then
  27.   select [F10] ask and enter the remote table name.  Place a
  28.   CheckPlus ( [Alt] [F6] ) in every field of the query form, and
  29.   press [F2] Do-it!.  SQL-Link will translate the query and send
  30.   the SQL code to the server.  The server then optimizes the query,
  31.   processes it. and sends the result to a local answer table.  This
  32.   answer table can then be modified, used in a local query, or
  33.   updated and added back into the remote SQL table.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.