Search results for query: *

  1. S

    Allow users to select between a Prod and Test database

    For this application I use their Network Id to find them on a Security Table. There are some saved settings that determine what options are available on the menus. I thought about having a field on the security table that would indicate if they are training. Another option is to have a...
  2. S

    Allow users to select between a Prod and Test database

    That would be great. The deployed application is a exe. I don't currently deploy the config file with the application. Doesn't meant I can't if I need too. I thought about having two connection strings but wasn't sure how to implement the switch. I created two connection strings called...
  3. S

    Allow users to select between a Prod and Test database

    Thank you for looking at this. Yes, It is strongly typed. I use Dataset designer it creates a .xsd file. Is that what you are talking about? I was wondering if anyone has a application that allows the user to switch between database connections. The more I think about the the more issues I see...
  4. S

    Allow users to select between a Prod and Test database

    I have been tasked with converting a Access Application to WinForms VB.Net. The Access application has the ability to swap between a Test and Prod database for training. I was wondering if it is possible to do the same with a WinForms app. I am using Datasets to connect to the SQL database. I...
Back
Top