|
|
|
|
|
- Managing space characters in the searches
- Space characters and searches in HFSQL Classic files
- Space characters and searches: migration from Hyper File 5.5 to HFSQL Classic
Managing space characters in the searches?
Available only with this kind of connection
Managing space characters in the searches Two types of search can be performed in the HFSQL data files: - exact-match search: search for all the records that exactly match the specified value.
- generic search: search for all the records that start with the specified value.
In WINDEV 5.5, the space characters were used to fill the text items. The searches were generic searches by default. To perform an exact-match search, the sought value had to be filled with space characters on the size of the item ( Complete). If this value was not filled with spaces, then a generic search was performed. From WINDEV 8, for all the files created in the data model editor, the space characters are considered as being meaningful space characters. The space characters are considered like any other character. A space character is found in an item only if this space character was typed. The generic searches and the exact-match searches are no longer differentiated by the use of space characters. The searches are exact-match searches by default. To perform a generic search, the hGeneric constant must be used in HReadSeekFirst. New search features are available. Search options can be defined for the text key items. These options allow you to perform a search: | | - sensitive to the case or not.
- sensitive to accented characters or not.
- sensitive to space characters and to the punctuation or not.
| Option displayed in the "File item" window, "General" tab of a text key item. | For backward compatibility with WINDEV 5.5, the data model editor includes the "5.5-compatible mode" (available in the "Compatibility" tab of the data file description). This mode is automatically selected for: - the files in 5.5 format found in a WINDEV SaaS analysis.
- the files in 5.5 format migrated to WINDEV SaaS.
Space characters and searches in HFSQL Classic files Space characters and searches: migration from Hyper File 5.5 to HFSQL Classic The table below presents the different types of search according to: - the type of the HFSQL data file used: File in Hyper File 5.5 format, File in Hyper File 5.5 format migrated to HFSQL Classic format, File in HFSQL Classic format.
- the mode for storing text items (5.5-compatible mode or Classic Mode)
The search options for text keys are checked.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|