Opened 19 years ago
Closed 17 years ago
#389 closed defect (fixed)
strange error message in DBCreateSeriesTable
Reported by: | Jorge | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | DataBase | Version: | head |
Severity: | minor | Keywords: | |
Cc: |
Description
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.
Change History (3)
comment:1 Changed 19 years ago by
Status: | new → assigned |
---|
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
We are working about this bug
Thanks to report it