W
Wayne Wengert
I want to convert a VB6 app that used Access 2000 as its DB to a VB.NET app
using MSDE and I have some questions.
In the old VB6/Access app, the user could define a new database using a Open
File Dialog. The user specified the path and file name. Using MSDE I believe
I can only let the user provide a new DB name (not a path). Is that true? If
so, how is that usually handled in code? Do I provide a textbox for the user
to enter a new DB name and the do the create using that?
Is there a way to show the user a list of all existing DBs on the MSDE
instance so the user could select an existing one to open?
TIA
using MSDE and I have some questions.
In the old VB6/Access app, the user could define a new database using a Open
File Dialog. The user specified the path and file name. Using MSDE I believe
I can only let the user provide a new DB name (not a path). Is that true? If
so, how is that usually handled in code? Do I provide a textbox for the user
to enter a new DB name and the do the create using that?
Is there a way to show the user a list of all existing DBs on the MSDE
instance so the user could select an existing one to open?
TIA