G
Guest
When I use the Data Source Wizard to set up my project for using an Access
Database file, it seems to hard-code the file path of the MDB file into the
project.
This makes it not possible to allow the user to specify what MDB file he
wants to use at run-time.
But yet, it seems I have no alternative but to use the Wizard if I want to
be able to use the data binding features of the Windows Forms controls.
This is a worse situation even than in VB 6 ! At least in VB 6 I could set
the data source property of the Data Control at run-time, but here with .NET,
I am forced to use a fixed data source location!
Can anyone offer a solution?
Database file, it seems to hard-code the file path of the MDB file into the
project.
This makes it not possible to allow the user to specify what MDB file he
wants to use at run-time.
But yet, it seems I have no alternative but to use the Wizard if I want to
be able to use the data binding features of the Windows Forms controls.
This is a worse situation even than in VB 6 ! At least in VB 6 I could set
the data source property of the Data Control at run-time, but here with .NET,
I am forced to use a fixed data source location!
Can anyone offer a solution?