Day: April 9, 2007

  • MarcEdit 5 updated

    The biggest part of this update is the addition of a Z39.50 COM object call.  So for those that install as an admin, they will be able to access the Z39.50 object.  Here’s a code snippet. Function ZSearch(search, ltype) Dim lobj_Z3950 Dim lstring Set lobj_Z3950 =createObject(“MARCEngine5.Query”) With lobj_Z3950 .Database = “VOYAGER” .Host = “z3950.loc.gov” .Port…