Re: [Gambas-user] gb.db Unknown symbol 'Fields' in class 'Connection'

2013-12-03 Thread paulwheeler
The correct one is: htable.Fields I assume you have this line in your code: Dim hTable As Table Your code is similar to mine, but I do not use the "with". I do the full line. hTable.Fields.Add("cod_ficha", db.String, 20) Try doing it that way. Maybe there is a bug in the "With"??? paul On

[Gambas-user] gb.db Unknown symbol 'Fields' in class 'Connection'

2013-11-30 Thread PICCORO McKAY Lenz
and then i have this error when run in another runtime environment: Unknown symbol 'Fields' in class 'Connection' i have this code: If Not consq.Tables.Exist("sysasis_listado") Then hTable = consq.Tables.Add("sysasis_listado") With hTable.Fields