hello
we are trying to upgrade from version 7 to 9 and we have a problem during the database update .
this is the error we get:
Server Error in Forum Application
An error initialising Global Variables from database.
Please contact the forum administrator.
Support Error Code:- err_SQLServer_getForumConfigurationData()_read_global_variables
File Name:- global_variables_inc.asp
Error details:-
Microsoft OLE DB Provider for SQL Server
Invalid column name 'ID'.
and this is the place in the code where it appears
'Initialise the SQL variable with an SQL statement to get the configuration details from the database
strSQL = "SELECT " & strDbTable & "Configuration.* " & _
"FROM " & strDbTable & "Configuration" & strDBNoLock & " " & _
"WHERE " & strDbTable & "Configuration.ID = 1;"
what can we do?
thnx