Clients and Databases
Go Up to Migration Issues
Clients and databases each have dialects. Servers do not themselves have a dialect, but they interpret data structures and client requests based on the dialect of each. Applications using an older version of the InterBase client work with InterBase 6 and later servers and their databases with some restrictions:
- Version 5 clients cannot access dialect 3 columns that are stored as
INT64,TIME, orDATE. (DECIMALandNUMERICcolumns with precision greater than 9 are stored asINT64.) - Version 5 clients cannot display new data types in metadata using the
SHOWcommand, or any equivalent. - Version 5 clients interpret the
DATEdata type asTIMESTAMP, since that was the definition ofDATEprior to InterBase 6. - Version 5 clients cannot access any object named with a delimited identifiers.