vb.net - How to populate MySQL all table with vb Combo boxes and corresponding values with text boxes -
i making application on vb form want connect mysql database combo boxes , text boxes , corresponding values of tables text boxes.
please let me know how can populate database tables 1 combo boxes , combo box inside value of 1 table , text boxes show corresponding values of tables.
my database under:
schema name :surveys. tables :ces-2005 ces -2009 ces-2010 etc
values in side tables under:
idces2005 state name bcg dpt nooe
in order populate textboxes information database use following:
textbox1.text = tablename.row(0)("name of column").tostring()
Comments
Post a Comment