Lauren Wheeler

  • Total activity 620
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 0
  • Subscriptions 9

Articles

Recent activity by Lauren Wheeler Recent activity Votes
  • Java Example

    import com.loqate.*; import java.io.*; import java.net.*; public class lqtSample {  static  {   System.loadLibrary("lqtjava");  }  public static void main(String args[])  {   // Loqa...

  • C++ Example

    #include <iostream> #include "lqtcr.h" using namespace std; int main(int argc, char* argv[]) {  try  {   // Create the objects   lqtServer* srv(lqtServer::create());   lqtProcessOptions*...

  • Enumerations

    fieldStatus 0: fsNotApplicable Field is not applicable to return field status. 1: fsVerifiedNoChange Field has been verified using relevant reference data, no changes were needed. 2: fsVerif...

  • Classes

    lqtServer Static Public Member Functions static lqtServer* create () This member function returns a pointer to a newly created lqtServer instance. static void destroy (lqtServer* pServer) Th...

  • Installed API Reference

    The Loqate API is a class-based API designed to be easy and intuitive to use in today’s preferred class-based languages, as well as easy to wrap into a web service. When calling from Java the class...

  • Local APIs

    Loqate’s local APIs provide native libraries on a wide variety of platforms to allow the use of fast, embedded functionality within a client environment. The Loqate API is a multithreaded librar...

  • DuplicateHandlingMask Option

    Address elements that contain duplicates in input cause slower processing and complicate parsing. With this option set, GBG Loqate’s engine can handle some of the duplicate information that is en...

  • Downgrading a Project, or The contact information for this task is ""

    If you designed a Project in Visual Studio 2015/Data tools 2015 but need to deploy to a SQL 2012/2014 environment then there will be a pre upgrade step you need to perform. Often if you are trying ...

  • Options

      Options Server Options AddressLineSeparator Used to specify the string which will separate the output address lines within the output Address field (default “<BR>”). CasingIgnoreFields Used to sp...

  • matchIT Web Index

    Getting Started 1. Introduction 2. System Requirements 3. Quick Start Check List 4. Installation Knowledge Base W1 - Amending the Web Service Configuration XML File W1.2 - matchKeySettings.xml W...