Re: linking SQL database with C# problem
Are you sure it wasn't just a bad connectionstring? I advice you to (learn how to) add new connections manually. It's not difficult. It's might be a bit more difficult to add data to webcontrols (if that's what you're doing), but once you understand the code and wrote it once you can just edit it for future uses. There are good tutorials for this online.
|