Im fixing an application a guy wrote
Now he wrote it pointing to an access database(the datagrid), now my boss wants me to be able to point to both access or sql at any one time.
Now the table adapter refrences the access database. I want to be able to set that path everytime a user wants to log on.
Anyone know how i can do that programatically ?
Now he wrote it pointing to an access database(the datagrid), now my boss wants me to be able to point to both access or sql at any one time.
Now the table adapter refrences the access database. I want to be able to set that path everytime a user wants to log on.
Anyone know how i can do that programatically ?
Comment