home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / apps / files / swiftpos.exe / _SETUP.1 / adslocal.cfg < prev    next >
Encoding:
Text File  |  2001-09-24  |  1.8 KB  |  56 lines

  1. ;              Advantage Local Server DLL configuration file
  2. ;
  3. ; The Advantage Local Server DLL reads this configuration file when the
  4. ; DLL is loaded.  Values input after the keyword and equal sign are used to
  5. ; configure the DLL.  If no value is inserted after a keyword and equal sign,
  6. ; the default is used.  This file must be located in your search path (e.g.
  7. ; the \WINDOWS\SYSTEM directory).
  8. ;
  9. ; Number of Connections
  10. ; Default = 20; Range = 1 - No upper limit
  11. CONNECTIONS=20
  12. ;
  13. ; Number of Tables
  14. ; Default = 50; Range = 1 - No upper limit
  15. TABLES=50
  16. ;
  17. ; Number of Index Files
  18. ; Default = 75
  19. ; Range = 1 - No upper limit
  20. INDEXES=75
  21. ;
  22. ; Number of Data Locks
  23. ; Default = 500; Range = 1 - No upper limit
  24. LOCKS=500
  25. ;
  26. ; Maximum Size of Error Log (in KBytes)
  27. ; Default = 1000 KBytes; Range = 1 KByte - No upper limit
  28. ERROR_LOG_MAX=1000
  29. ;
  30. ; Error Log and Assert Log Path
  31. ; Default = C:\
  32. ERROR_ASSERT_LOGS=
  33. ;
  34. ; ANSI Character Set
  35. ; Default = Use the currently configured ANSI character set that is active
  36. ;           on the workstation.
  37. ; If you do not wish to use the ANSI character set that is active on the
  38. ;   current workstation, the available ANSI character sets to be used are:
  39. ;     Danish, Dutch, Engl(Amer), Engl(UK), Engl(Can), Finnish, French,
  40. ;     French Can, German, Icelandic, Italian, Norwegian, Portuguese, Spanish,
  41. ;     Span(Mod), Swedish, or Russian
  42. ANSI_CHAR_SET=
  43. ;
  44. ; OEM/Localized Character Set
  45. ; Default = USA
  46. ; Options are:
  47. ;   USA, DANISH, DUTCH, FINNISH, FRENCH, GERMAN, GREEK437, GREEK851, ICELD850,
  48. ;   ICELD861, ITALIAN, NORWEGN, PORTUGUE, SPANISH, SWEDISH, MAZOVIA, PC_LATIN,
  49. ;   ISOLATIN, RUSSIAN, NTXCZ852, NTXCZ895, NTXSL852, NTXSL895, or NTXHU852
  50. OEM_CHAR_SET=USA
  51. ;
  52. ; Local File Flush Frequency (in milliseconds)
  53. ; Default = 20000 ms (20 seconds); Range = 0 ms - No upper limit
  54. FLUSH_FREQUENCY=20000
  55.  
  56.