Upgrading
|
Previous Top Next |
· | Date and time formats have been changed to the format used by the BDE. This includes the dependency on national settings, e.g. use MyDate > '1/23/01' on an English computer and MyDate > '23.1.01' on a German computer.
|
· | Date and time format are changed in queries, too. They do not depend on the national settings but are now plain SQL standard format without the leading "d" or "t".
|
· | The dataset component has a new property FilterOptions to provide for better BDE compatibility. The property FilterType has been moved from the TTdbDataSet component to the TTdbTable component. When you are loading a form containing a query component with the new version for the first time, you will receive a message telling that the property has gone. Just click on the Ignore button to load the form.
|
· | The batchmove component has new properties Quote, Separator and CharSet to better define the type of the file to create or to read from. The set of values for the FileType property has been reduced for that reason. Just ignore the warning when loading your form the first time with the new version.
|
· | The Xml export format has been changed to be compatible with the MyBase local database. It therefore has been renamed to tffMyBase.
|
· | The tfCrLf file format is no more supported.
|
· | The language driver interface has been changed to comply with the new FilterOptions property. An updated version of the Language Driver Toolikit is available on the TurboDB homepage.
|