View Single Post
  #13 (permalink)  
Old 07-02-2008, 03:27 PM
Pancrazio Pancrazio is offline
Newbie
 
Join Date: Jun 2008
Posts: 17
Credits: 0
Rep Power: 2
Pancrazio is on a distinguished road
Default 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.
Reply With Quote