This is a basic question that I think I know the answer to but I just wanted to double check the consensus view. <BR><BR>I've got a WinService written in C#/.NET 2.0. It's job is to be continually ...
I'm using MSDE, running locally on XP. I have a teeny bit of C# code opening a connection to the database, closing it, then ending.<BR><BR>The Open() procedure works successfully, but seems to produce ...
Unfortunately, not every SQL database is always available when we expect it to be. When you're creating automation scripts to discover, add, update or remove records from a remote SQL database, you ...