Hi Michael
I've try to use your script replied to me in my program. But I need few
explanations.
1. Where should I put the code? It is something like bellow?
' Gambas class file
PRIVATE SUB PopulateCharges()
DIM rsCharges AS Result
DIM intRow AS Integer = 0
DIM strT
I have learn how to connect mysql through gambas and make simple query
like select * from table.
My problem is, i can not display the results inti gridview or table
view. I've try many codes style, include the code written in ebook
titled "gambas-beginner-guide", but none is works. I put the code