$Result=MyConnection.Exec("SELECT * FROM Mytable;")
FOR EACH $Result
MyListbox.Add($Result!fieldname)
NEXT
2012/1/20, Keith Clark :
> How would I go about filling a listbox with a result from a mysql
> query? I know how to connect, write the query and get the result back
> in say $Result.
>
> The
How would I go about filling a listbox with a result from a mysql
query? I know how to connect, write the query and get the result back
in say $Result.
The $Result would contain only one field with multiple rows.
Thanks,
Keith