I Use visual Basic 8.0 and Mysql 5.0
I have one Table1: Table1:
RecordID , Integer = primary key auto_increment NOT NULL
Articlenr , Integer
Articlename, Char(20)
Table1: has two records:
RecordID, Articlenr ,Articlename
1 , 1000, Hamer
2 , 2000, saw
I want to use Datagridview to update Mysql table1.
All changes as update, change, delete automatically processed into Mysql table1.
Here by my code
really want to now can I link Mydataset to DataGridView1 and Mysql table1? I now i must do something with MySqlCommandBuilder!
I start my application with form1 and go to form2.
In form2 i put in this code .
I just use exactly the code as shown above!
Now something strange happens?
The datagridview1 remains empty.
While Table1 certainly filled with data!!! (But it has worked a few days ago) Get no error message !
Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.
This thread is more than three months old
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.