Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I do something very similar. The only thing I have added to this is a check to see if the form is dirty, with code to handle that situation.
I allow this only for developers and it allows me to have multiple "dev" environments, as I can setup multiple connections, then just choose which I want. E.g. I have a local connection, which attaches to a local db and I have a remote connection that attaches to a db in our data center.
|