if i execute fo example a query with a oracle Database: 
 
Select 100 from dual;
 
Result will be 1e2 ( scientific notation )
 
as i learned from this:
 
https://sourceforge.net/p/zeoslib/tickets/22/
 
it's probably caused  by TDataset?
 
Is there any reason for the result > 99 displayed in scientific notation?
 
Ok, i can do a CAST(...) in my SQL-Code, but thats extra work for nothing!
 
Thanks for hints.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to