I am setting up a recordset using the following code and SQL statement:<BR><BR>Dim rsCurrentLadders As New ADODB.Recordset<BR>Dim strCLad As String<BR> <BR>strCLad = "SELECT Ladders.LadderName " & ...
Subscriptor Dec 20, 2010 #2 My first guess for when I've seen similar errors is that the Manager Server Service is running as Local System or Network Service and if it is trying to connect to the ...