Intelligent Search Technology, Ltd. specializes in search and matching software.  Name Search our flagship product provides intelligence to both online and batch search and matching applications.  Name Search not only enables systems to find and match information based on personal and corporate names but also comes with powerful address searching and e-mail searching services.  Correct Address is address verification, validation and correction software harnesses the intelligence of the Name Search.  Name search also powers ISTwatch.  ISTwatch is terrorist checking software to enabling compliance with US patriots act.   Merlin Merge supplied with the name search is used for duplicate record identification and merge purge operations. The Fastest, Easiest and Most Accurate Name and Address Searching and Matching Software  
HOME  |  ABOUT US  |  PRODUCTS  |  NEWS  |  CUSTOMERS  |  CONTACT US  |  MY ACCOUNT
PRODUCTS
 
NameSearch
» Overview
» Corporate Name Search
» Key Building
» Scoring
» Predict
» NameSearch Applications
» Oracle SDK
» SQL Server 2000 SDK
» ASP.NET
» White Paper

CorrectAddress
» Overview
» Batch
» Real-Time
» SQL Server 2000 SDK
» Web Services

MerlinMerge
» New MerlinMerge Speed Pro
» Merge/Purge & Deduping

ISTWatch
» Overview
» Terrorist Identification
» Batch
» Real Time
» Oracle SDK
» SQL Server 2000 SDK
» DB2 SDK
» Questions and Answers
» Z/OS
» Web Services

ISTmedWatch

Web Services
» Overview
» Address Correction
» OFAC Searching
» Merge/Purge & Deduping
» ISTmedWatch



 
 

ISTwatch DB2 Integration

ISTwatch comes with DB2 Software Developer’s Kit that includes a specialized library and examples of calling ISTwatch functions from DB2 environment.

ISTwatch functions can be interfaced via DB2 stored procedures. A stored procedure is a wrapper routine that references a function stored in a dynamic link library, registered with DB2 and called to do special-purpose processing. ISTwatch routines can be accessed via its specialized DLL. At run time, DB2 SQL loads the library dynamically, and then calls the routine as if it were a subprogram.

STEPS TO CALL ISTwatch FROM DB2:

1. Register the stored procedure (dynamic link library has to be placed into SQLLIB\FUNCTIONS directory)

CREATE PROCEDURE db2TSearch(IN nameinput char(254), IN streetinput char(254), IN cityinput char(254), IN countryinput char(254), INOUT count char(2), INOUT results varchar(15000), IN max_results char(2), IN ekeys_on char(1), IN alfa_comp2 char(1), IN rangetype char(1), IN threshold char(3), IN searchtype char(2))
DYNAMIC RESULT SETS 0
LANGUAGE C
PARAMETER STYLE GENERAL
NO DBINFO
FENCED
NOT DETERMINISTIC
PROGRAM TYPE SUB
EXTERNAL NAME 'ISTWatchDB2xp!db2TSearch';
2. Execute ISTwatch main processing routine:

Example:
call db2TSearch('Osama bin Ladin', ' ', ' ', ' ', ' ', ' ', '6 ', '1', '1', '0', '79 ', '86');

IST Watch General Information


 
    Home |  About  |  Privacy  |  Legal  |  Partners  |  Contact

To find out more, call (800) 287-0412
Copyright © 1993-2004 Intelligent Search Technology Ltd.
IBM Business Partner emblem is a registered trademark of IBM Corporation.
Microsoft is a registered trademark of Microsoft Corporation.