I am using the below command to get an inc file below. It works for all code apert from when I Select statement I always get this error:
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
server.execute "/includes/configurator/nextsteps/test.inc"
' test.inc
<%
SQL="SELECT id FROM VIPS_Configurator_details WHERE active=1"
set tool=objconn.execute(SQL)
if (tool.BOF and tool.EOF) then
newEntry = 1
else
newEntry = 0
end if
%>
I am completly stuck on this!
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
server.execute "/includes/configurator/nextsteps/test.inc"
' test.inc
<%
SQL="SELECT id FROM VIPS_Configurator_details WHERE active=1"
set tool=objconn.execute(SQL)
if (tool.BOF and tool.EOF) then
newEntry = 1
else
newEntry = 0
end if
%>
I am completly stuck on this!