<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>if i execute fo example a query with a oracle Database: </div>

<div> </div>

<div>Select 100 from dual;</div>

<div> </div>

<div>Result will be 1e2 ( scientific notation )</div>

<div> </div>

<div>as i learned from this:</div>

<div> </div>

<div>https://sourceforge.net/p/zeoslib/tickets/22/</div>

<div> </div>

<div>it's probably caused  by TDataset?</div>

<div> </div>

<div>Is there any reason for the result > 99 displayed in scientific notation?</div>

<div> </div>

<div>Ok, i can do a CAST(...) in my SQL-Code, but thats extra work for nothing!</div>

<div> </div>

<div>Thanks for hints.</div></div></body></html>