﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
391	An access to a function result (with SQL Server connection) produces a TOL crash	Alfredo Torre	Jorge	"1- Open an SQL Server connection

2- Execute:

Set SqlFuncERROR(Real unUsed)
{
  Text qry2 =
  ""
  select 'Hola', convert(datetime, '2006-04-01 00:00:00', 120), 1
  UNION ALL
  select 'Hola', convert(datetime, '2006-04-02 00:00:00', 120), 2
  UNION ALL
  select 'Hola', convert(datetime, '2006-04-03 00:00:00', 120), 3
  "";

  Set out  = DBSeriesColumn(qry2, Eval(""Diario""), 0);

  Set outConc = EvalSet(out, Serie (Serie ser) 
  { SubSer(CalInd(W, Eval(""Diario"")), y2005, Today) << ser });

  outConc
};
 
Set resultado = SqlFuncERROR(Copy(FALSE));

3- Inspect the serie inside ""resultado"" either a graph or table: this will make
tol crash.

Thanks"	defect	closed	highest		DataBase	head	blocker	fixed		
