[Gambas-user] Set in a array all the tables' name of a database

Linux Linux at ...373...
Thu Feb 26 10:12:07 CET 2004


  Hi,

<In french for Benoit :)>

Bonjour Benoit,

Merci beaucoup pour ce magnifique outil qui met à la porter de beaucoup de
débutants la conception d'applications graphiques élaborées sous Linux. Je
te souhaite encore beaucoup de courage et d'envie pour que Gambas
progresse toujours plus sur ce chemin d'excelence.

Un grand Bravo

</In french>

 I would like to set in a array the name of all the tables from a
specified dabase. But i don't anderstand how to use the virtual
collection .

Such an example of what i want to do :

   DIM MyTable as TABLE
   DIM iINC as INTEGER
   DIM MyARRAY as string[]

    iINC=0
    FOR EACH MyConnection.Tables
    MyTAble= MyConnection.Tables[iINC]   'This doesn't work :(
    MyARRAY[iINC]=MyTable.name
    INC iINC
    NEXT

Thanks a lot for your help

Romain






More information about the User mailing list