﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
163	"Error in values ""null"" in the functions of access to Base of data"	rcsoto	manuelb	"Hi.

When executing a query in Data Base, that it contains values ""null"", in some of its 
columns, the null value is replaced by zero ""0"".

Example (in SqlServer):

Text TxtSQL = ""select cast(null as float)  as myCol"";
Set  SetSQL = DBTable(SetSQL);

Real MyValue = SetSQL[1][1];
// MyValue = 0;

Thanks"	defect	closed	normal		DataBase	head	normal	fixed		
