Update
1.
Take a backup of you connection string in /Includes/DatabaseOpen.asp
2. Extract all the new files to your forum dir.
3. Edit your /Includes/databaseOpen.asp and replace it with your old connectionstring.
The file should look like this:

<%
Response.AddHeader "Cache-Control", "private"
Response.ExpiresAbsolute=DateAdd("yyyy", -10, Date)
Response.AddHeader "pragma" , "no-cahce"
Response.Buffer = True
%>
<!-- ©ZixForum, Created by John Andersson ,2002 Version 1.12(Updated) Access-->
<!--DatabaseOpen Is Here-->

<%
if StrForumStatus = 2 then
response.redirect ("Default.asp")
end if
set conn = server.createobject("adodb.connection")
'path = where u have you database
path = "c:\inetpub\wwwroot\YourForumdir\ZixForum110.mdb"
DsnAccess = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="& path
conn.open DsnAccess
set rs = server.createobject ("adodb.recordset")
%>



4. Point your browser to your forumdir/Update.asp
5. Login to admin start to orginize your forums and create Headforums and place your old forum.
Your current forums is under the unsorted forums
Please delete the update.asp after upgrade!
Read More on Page2