I have a script which uses transact sql with an access database. The script has stopped working online, and the host says the only change they have made is to upgrade to Windows 2003 SP1.
It is definately the transact SQL which is causing the problem: I have just uploaded a test script which just has a line of test code and the declaration:
<%@ TRANSACTION=Required LANGUAGE="VBScript" %>
Not only does the script fail, but it doesn't even give me a proper error message.
Is this a bug in sp1 or is there something I can do about it?
It is definately the transact SQL which is causing the problem: I have just uploaded a test script which just has a line of test code and the declaration:
<%@ TRANSACTION=Required LANGUAGE="VBScript" %>
Not only does the script fail, but it doesn't even give me a proper error message.
Is this a bug in sp1 or is there something I can do about it?