always use LCDB_MARC8 database
[ZOOM-Perl-moved-to-github.git] / lib / ZOOM.pod
index 8ec5349..da2e03a 100644 (file)
@@ -1522,7 +1522,7 @@ of you add them the list), displaying the first record in the
 result-set of each server as soon as it becomes available.
 
  use ZOOM;
- @servers = ('lx2.loc.gov:210/LCDB',
+ @servers = ('lx2.loc.gov:210/LCDB_MARC8',
              'z3950.indexdata.com:210/gils',
              'agricola.nal.usda.gov:7190/Voyager');
  for ($i = 0; $i < @servers; $i++) {