I am using Visual Basic 2010 with an Access database.
When setting up the DataSource I was given the option of including the database in the project, I have several DataGridView controls in my project and they work perfectly.
Throughout the remainder of the project I have a number of procedures insert and update as example) and I am not sure if I should use the connection string created when I set up the DataSource or if I should use the Connection String
pointing to my Access file. It seeems to me that using the connection string created when the data sourcs was created dould be more effective.
Any suggestions?
sirmilt