Hi Guys
I know wwf has an sql version, I have downloaded it and am busy using it. It is just not very neat to have 6 different MSAccess databases all over the place. Default.asp calls common.asp which in turn connects Sql.
I imported news.mdb into Sql renaming tblconfiguration to tblnewsconfiguration and changed in the code as well. I renamed all the other tables as well.
Then I commented the connection to news.mdb out, because the connection to Sql gets made through common.asp (which gets called right at the beginning)...........but I get an error stating that there is no connection to the data source.