Try OpenEdge Now
skip to main content
Programming Interfaces
Data Management : Database Access : The CONTAINS operator : Using word-break tables : Associating compiled word-break tables with databases
 
Associating compiled word-break tables with databases
After you compile a word-break table, you must associate the compiled version with a database using the PROUTIL utility. The syntax is as follows:
Operating system
Syntax
UNIX
Windows
proutil database -C word-rules rule-num
database
The name of the database.
rule-num
The value of rule-num you specified when you compiled the word-break table. To associate the database with the default word-break rules, set rule-num to zero.
Note: Setting rule-num to zero associates the database with the default word-break rules for the current code page. For more information on code pages, see OpenEdge Development: Internationalizing Applications.