I look for it, but I must have something in my .... Ohh stop...
I got a skin... The Navigation Bar, so that not the line...
If blnActiveUsers Then
'Initialise the SQL variable with an SQL statement count the number of records
If strDatabaseType = "SQLServer" Then
strSQL = "EXECUTE wwfSpCountOfActiveUsers"
Else
strSQL = "SELECT Count(tblActiveUser.Author_ID) AS ActiveUser From tblActiveUser;"
End If
'Query the database
rsCommon.Open strSQL, adoCon *****Line 44*****
'Read in the active users from the recordset
intActiveUsers = CInt(rsCommon("ActiveUser"))
'Close the recordset
rsCommon.Close
That's the line... I still have the ide'r, that network could be to fast from time to time, but if i can do something, I will... ´From here, it's only 1 out of 10 at the moment. I have no new user from outside the last 2 days...