I am updating a program I wrote in VB5 to VB2008 express. I am trying to determine if when I update a dataset or a datatable do I have to write a update query or can I somehow link the textboxes/checkboxes/comboboxes to the fields in the table similarly to what was done in vb5. I have update already 1 database front end, but this database table only had about 30 fields. The other program is going to have I think over 100. The one with 30 fields seems to take about 2 - 3 seconds to update over the intranet and I am looking for a faster way. Also, wanted to avoid all the typing setting the textboxes value and then writing the query if there is a faster more efficient way.
Thanks is advance for your help.
Chris
Thanks is advance for your help.
Chris