Thank you for your help.
This is a help file which allow you to connect to a database. I would like to create myself a list of all the table names available in my database.
something like:
x=list()
for each tabledef in my_database
x1<<get tabledef.name;
insert into (x, x1);
finally, it's a bit complicate. I would like to automatically create a SQL statement with what is stored in a JMP table. Almost done, I'm sure.... But the step before, I would like to allow users to easily store informations in that JMP table. He has to select in two lists, first the table in the database, then the caracteristic interresting him in this table. Then by clicking "OK" his choice is stored in the JMP table. I can compil then a SQL Statement to get datas from database for all the choices stored in that JMP table.
Hope I am clear... ambitious?