﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
381	DBTable function fails when accessing real fields of an Oracle92 table	pegarcia	Jorge	"The TOL DBTable function (Version of 2006/04/06) is producing invalid results 
when one attempt to select real values from an Oracle92 Database. Especifically, 
the following statements:

Real DBOpen(""recbys"", ""recbys"", ""recbys"");

Text qry = ""
  select price
   from fn3promotionmonthly 
"";

Set Table = DBTable(qry);

returns values truncated at the first decimal figure. The field ""price"" is defined as 
float by ""Number(10, 2)"". That digit is also no rounded and just automatically 
changed by zero."	defect	assigned	normal		DataBase	head	normal			
