Re: [Gambas-user] displaying mysql query result into gridview

2011-03-11 Thread Nugroho Al Gopar
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

[Gambas-user] displaying mysql query result into gridview

2011-03-09 Thread Nugroho Al Gopar
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