QA.TechInterviews.com - your tech questions answered
Hi,I Am Using VB.Net 2005.I Create A Datasource To A MS Access Database.Then I Add A DataGridView To
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.
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.
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.
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.

Back to QA. TechInterviews.com. Powered by Yahoo! Answers and TechInterviews.com community.