Search results for query: *

  1. G

    Help with Connection String

    i still receive an error when trying to compile. Dim connectionStringsSection as ConnectionStringsSection = DirectCast(config.GetSection("connectionStrings", ConnectionStringsSection)) Syntax error in cast operator; two arguments separated by comma are required.
  2. G

    Help with Connection String

    Please if someone can help, I'm still stuck
  3. G

    Help with Connection String

    thanks that definitely helped with that part... I am still getting some errors before compiling. for these syntax " ConnectionStringsSection connectionStringsSection = (ConnectionStringsSection)config.GetSection("connectionStrings")...
  4. G

    Help with Connection String

    what are you talking about lol? there is no i variable used? the configure commands are unrecognized.
  5. G

    Help with Connection String

    yes the theory sounds great and that is what i am trying to acheive however, the code that they supplied which is " If you have an application named test.exe and the following connectionStrings section inside your App.config: Code Snippet <connectionStrings> <add name="Test"...
  6. G

    Help with Connection String

    I been working on a Printer INK Management Program for my Company. We have many different districts we deal with. Each district has a different Server. I am trying to create the application where they can place the database file anywhere they would like on the server and when they first run the...
Back
Top