Dear Members:
I have been working in a small applications to upload files and I am having the following error message:
* POST Data:
error '80020009'
Exception occurred.
The code that it is refering to is:
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<%
dim Conn
set Conn=Server.CreateObject("adodb.Connection")
Conn.Open "Data Source=bpl;UID=bpl_ccc;PWD=password;"
nm=Request.Form("Bpcode")
set strq=Conn.Execute ("select * from REG_NEW")
if strq.fields("BP_CODE") <> nm then
window.open("http://cc15/pm/save.asp")
else
window.open("http://cc15/pm/complaint.asp")
end if
%>
</HEAD>
<BODY>
<P> </P>
</BODY>
</HTML>
Can someone out there help me? Does anyone know how to solve it?
Thanks for any information you may supply...
praneetha
======================
[email protected]
======================