B4J
I need help please
how connect mysql with tableview.
I have the connextion
MainForm = Form1
MainForm.RootPane.LoadLayout("1")
MainForm.Show
sql1.Initialize ("com.mysql.jdbc.Driver","jdbc:mysql://localhost/")
but how load 1 table to tableview
thanks