From RAD Studio API Documentation
Contains the FireDAC ODBC API wrapping classes.
| Package
|
FireDACODBCDriver230.bpl
|
Classes
Routines
| ODBCBcd2Numeric | Converts a binary-coded decimal value from a Delphi TBcd representation into an ODBC representation. |
| ODBCCurrency2Numeric | Converts a Currency value into the corresponding numeric value. |
| ODBCNumeric2BCD | Converts a binary-coded decimal value from an ODBC representation into a Delphi TBcd representation. |
| ODBCNumeric2Currency | Converts a numeric value into the corresponding Currency value. |
Types
Constants
| C_DEF_NUM_PREC | C_DEF_NUM_PREC: Integer = $1F; |
| C_DEF_NUM_SCALE | C_DEF_NUM_SCALE: Integer = 6; |