[Gambas-user] Application with more SQL-tables

Dag Jarle Nerland Johansen - Gambas gambas at cd-bahia.com
Tue Jul 7 12:11:50 CEST 2020


Hi,
I write a software which includes several SQL-tables.
To avoid a lot of typing I want to write a function making the 
SQL-string for insert into and update the tables.
Insert into and update differs in the format, so I want to make a 
function for that.
For the fields I can use a simple array with the field names.
But I am not quite aware of how I can put the fields on the GUI in an array.
They are objects, I think.
I do not use every field for all tables, so "for each" is not what I am 
looking for.
Can anyone please tell me, how I can assign a single object to an array?
Thanks in advance
Dag



More information about the User mailing list