dbExpress y Oracle
Estoy utilizando dbExpress con una BD Oracle y mi problema es que como dbExpress convierte los campos numericos a BCD, no sé como rellenar el campo Number(8) de oracle ya que me da el fallo ORA-01722 numero incorrecto.
Gracias.
Gracias.
Es importante que digas como estas almacenas tu información, pues a mi no me ha dado problemas.
Saludos
Saludos
El erro que te da es ocasionado por las siguiente causa
ORA-01722 invalid number
Cause: The attempted conversion of a character string to a number failed because the character string was not a valid numeric literal. Only numeric fields or character fields containing numeric data may be used in arithmetic functions or expressions. Only numeric fields may be added to or subtracted from dates.
Action: Check the character strings in the function or expression. Check that they contain only numbers, a sign, a decimal point, and the character "E" or "e" and retry the operation
ORA-01722 invalid number
Cause: The attempted conversion of a character string to a number failed because the character string was not a valid numeric literal. Only numeric fields or character fields containing numeric data may be used in arithmetic functions or expressions. Only numeric fields may be added to or subtracted from dates.
Action: Check the character strings in the function or expression. Check that they contain only numbers, a sign, a decimal point, and the character "E" or "e" and retry the operation
