Page 1 of 1

MySQLTable error

Posted: Wed 27 Jul 2005 14:34
by PaulAcosta
When I try to get the value of the last column in a table, the MySQLTable.rows(0)(") it returns DBNULL even if the field has a value.

I modified the table, i inserted a new column and this problem began to exist in my .NET VB project.

When y query for the table in MySQL Query Browse, the value is correct, so i think that is a bug in the MySQL Direct. Please tell me what should I do....

Posted: Thu 28 Jul 2005 07:39
by Oleg
This is trial limitation.
MySQLDirect .NET trial version returns record sets with maximum 6 columns.