When using a data control, I find that I have to specify the database name. The directory for my computer will obviously not be the same directory for a computer that the program will ultimately be installed on.
I know that I can set this through the code using app.path, but this does not help me set the properties of a particular object at design time.
If one is designing an application for distribution, how would you specify the database name for a data control?
Or am I missing something here???
Thanks a bunch!
I know that I can set this through the code using app.path, but this does not help me set the properties of a particular object at design time.
If one is designing an application for distribution, how would you specify the database name for a data control?
Or am I missing something here???
Thanks a bunch!