Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: command.ExecuteReader causing SqlException

    Thank you for the note about the command.Parameters.Add statement. That took care of this problem, so now I have to figure out the answer to the next problem. Thanks...

  • RE: Connection String Problem

    Thanks for the help. I will try and add it to the app.config file based on the link you suggested. Can I just use the following to retrieve it then...

  • RE: Connection String Problem

    I currently have the Windows Authentication set as the authentication method, with a default username and no password. I tried earlier to change it to Sql authentication but I think...

  • RE: Connection String Problem

    The application I'm developing is written in C#, but its not a web application so I'm assuming I would need to put the connection string itself into an app.config file...

  • RE: Connection String Problem

    I tried putting the data source name in square brackets as you suggested, but it didn't help and I got the same SqlException as before. I don't know all that...

Viewing 5 posts - 1 through 6 (of 6 total)