boa constructor & mysql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michele

    #1

    boa constructor & mysql

    I've search a lot to found how visualize a mysql table in a gui (wxpython).
    I think to use wxgrid to visualize this table...but I don't know how...

    Anyone help me?

    Thanks a lot for the patience.

    Michele

  • F. GEIGER

    #2
    Re: boa constructor & mysql

    Look at the wx demos.

    Another idea: Use a virtual list control. In the OnGetItemText() you could
    do the appropriate SQL query. Workedpretty well for me.

    HTH
    Franz GEIGER

    "Michele" <mikybNO@SPAMin terfree.it> schrieb im Newsbeitrag
    news:2005012900 090816807%mikyb NO@SPAMinterfre eit...[color=blue]
    > I've search a lot to found how visualize a mysql table in a gui[/color]
    (wxpython).[color=blue]
    > I think to use wxgrid to visualize this table...but I don't know how...
    >
    > Anyone help me?
    >
    > Thanks a lot for the patience.
    >
    > Michele
    >[/color]


    Comment

    Working...