﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
389	strange error message in DBCreateSeriesTable	Jorge	danirus	"The following code (replace the alias, user and password):

Real {
  Real DBOpen(""mytest"", ""jsperez"", """");
  Set tmp_series = For(1, 4, Serie (Real idx) {
    Serie s = SubSer(Gaussian(0,1), y2005, y2005m12d31);
    PutName(Text ""Serie""+FormatReal(idx,""%g""), s);
    Serie s
  });
  Real DBCreateSeriesTable(""tmp_series"", tmp_series);
  Real DBClose(""mytest"")
};

output the following message:

[mytest][unixODBC][Driver Manager]Function sequence error
[mytest][MySQL][ODBC 3.51 Driver][mysqld-4.0.24_Debian-10ubuntu2-log]Unknown
table 'tmp_series'

Although the table is correctly created something should be checked in order to
find out where the message come from.

regards,

Jorge."	defect	closed	normal		DataBase	head	minor	fixed		
