Hi all,
I am using php code to write some server code. I wanted to convert some float value to decimal value for storage into the sqlanywhere database server. I declare the attribute type as decimal as I wanted to insert a float value into this attribute. I will encountered any error saying "Warning: sasql_query() [function.sasql-query]: SQLAnywhere: [-157] Cannot convert '1275546391.0732' to a decimal in C:\Users\HweeKeng\Documents\server\htdocs\PhpProject1\includes\class_sql.php on line 64".
The float value that I wanted to convert is actually a time instance.
Can anybody give me some help to the above problem. Thanks a lot!!