by ZipAddress - 상품타입: Component / Add-In / DLL
주의 : 이 제품정보에는 한글안내가 포함되어 있지 않습니다.
Ensure data quality of contact information by validating address information. ZipAddress gives your applications the ability to verify address information based on ZIP+4 information. Use it to: save keystrokes entering addresses, look up an entire address from the ZIP+4, search for full addresses from any element, list organization names for any ZIP code, and eliminate errors in your address lists and make your data more valuable.
일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
| 주문 | ₩ 325,900 | 1 User License - Shipped separately on CDROM | 출하 | |
| 주문 | ₩ 1,364,900 | 5 User License - Shipped separately on CDROM | 출하 | |
| 주문 | ₩ 2,634,500 | 10 User License - Shipped separately on CDROM | 출하 | |
| 주문 | ₩ 4,888,100 | 20 User License - Shipped separately on CDROM | 출하 | |
| 주문 | ₩ 179,900 | 1 User Annual Renewal License | 출하 | |
| 주문 | ₩ 814,700 | 5 User Annual Renewal License | 출하 | |
| 주문 | ₩ 1,438,900 | 10 User Annual Renewal License | 출하 | |
| 주문 | ₩ 2,698,000 | 20 User Annual Renewal License | 출하 | |
| 주문 | ₩ 63,500 | Quarterly Update License - shipped separately on CDROM | 출하 |
가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다. 모든 주문에 대해서 당사표준 계약조건 및 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)
일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
Benefits:
Features:
The ZipAddress Dynamic Link Library (DLL) provides a powerful and simple way for programmers to integrate the power of ZipAddress directly into their database or application running under Windows 95/NT. The programming involved will vary with the language you are using, but examples are provided which make it very easy for most popular languages and the principles illustrated will guide developers in other environments. If you are using one of the example languages, you can simply paste the bits of program into your own code, for immediate use! ZipAddress supports 32 bit Windows environments only (ie you will therefore require either Windows 95 or Windows NT). The ZipAdd.DLL file is installed into the Windows System directory (usually c:\windows\system on Windows 95 and c:\winnt\system32 in Windows NT) during ZipAddress installation.
Understanding USA Address Data
The best way to get a full understanding of USA addresses is to obtain a copy of 'Postal Addressing Standards' Publication 28 issued by the United States Postal Service (USPS). Another valuable source of information is the USPS Web site situated at http://www.usps.gov.
The ZipAddress DLL provides information on addresses by supplying 'Address Records', 'Zip Plus 4 Records' and 'City-State Records'. It is usual to have more than one Address Record for a Zip Plus 4 Record.
Overview
Implementing the use of the ZipAddress API typically requires the following steps:
1.Define the Data Types or Structures used to communicate with the library: examples of definitions are provided in the example programs for popular languages like C, Visual Basic and Access. If your language does not support Types, but can handle long strings, you may still be able to communicate with the DLL by using long strings, as all the structure 'fields' are of string type.
2.Declare the DLL Functions. Examples and prototypes of these are also provided, but the syntax may vary.
3.Incorporate all the power of ZipAddress right within your application! All the data lookups and searches from the main ZipAddress program can be carried out by the routines!
The best place to find the format of Data Type and Structure, or DLL function declarations for your own programming language is within the examples supplied.