Which data types are available on the server? Professional
The data types available on the server being supported by an Xbase++ application can be obtained from the DacSession object after a connection to the server is established. This is illustrated with the following code:
The :setProperty() method returns a two-column array when it receives as parameter the #define constant ODBCSSN_ODBC_TO_XPP contained in ODBCDBE.CH. The array contains in its first column the DBMS-types, as they are exposed by the server, and the second column contains the corresponding DDL-types (refer to Data type mappingfor an explanation of DDL-types and DBMS-types).
An example output of the code is shown below. It was created after connecting to MS SQL Server:
A character string containing all DDL-types applicable for a server can be retrieved from a DacSession object in the following way:
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.