English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

After that, I add a new record to one of the table in the database with MS Access 2003. When I open the VB.Net project, it having error. The error message : "The designer cannot process the code at line 107: Me.ClientBindingSource.DataSource = Me.InsDataSet". What should I do? Am I need to delete the old datasource connection and "re-add" a new datasource connection to the modified database? It yes, then I need to modify my previous database programming because it all base on the "old" datasource connection.
Please help!
Thank you very much.

2006-08-08 18:25:22 · 2 answers · asked by Apexeder 1 in Computers & Internet Programming & Design

2 answers

The database format might have changed. Re-create the connection. Data sources doesnt affect your programming - they just act like locators for data. With either DSN, you are using same database. So no need for you to re-code.

2006-08-08 18:32:19 · answer #1 · answered by Indian_Male 4 · 0 0

You shouldn't have to modify your data connection unless the file name of your database changed. The problem may have been that you were modifying the database in Access, and the program couldn't connect to the database while it was being modified.

2006-08-08 18:33:41 · answer #2 · answered by viewtyjoe 2 · 0 0

fedest.com, questions and answers