Release 1.6.4
[yazpp-moved-to-github.git] / zoom / canonical.cpp
index 940ae6a..168a004 100644 (file)
@@ -7,10 +7,19 @@ using namespace ZOOM;
 
 int main(int argc, char **argv)
 {
-    connection conn("z3950.loc.gov", 7090);
-    conn.option("databaseName", "Voyager");
+    connection conn("lx2.loc.gov", 210);
+    conn.option("databaseName", "LCDB");
     conn.option("preferredRecordSyntax", "USMARC");
     resultSet rs(conn, prefixQuery("@attr 1=7 0253333490"));
     const record rec(rs, 0);
     std::cout << rec.render() << std::endl;
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+