Chapter 16-DataGridView
When I set up a data source in an application, I get a message asking if I want to add this file to the project. How does this affect the project when it is ready for distribution?
As an example, I have the Access database set on a partition on my hard drive with the file designation S:. The connection string for activities other then the DataGridView is pointing to the S drive
When my program is distributed will it look for the database in S, which the user probably won't have or should I use the connection string created when I set up the data source.
Nothing I have read from either Microsoft or my own research really helps. As you can guess from this report I'm pretty much of an amateur at programming, your books have helped a lot and are my usual "go to" source when I have a question.
Milt
|