Re: Need Help. - Can't find my error
Ok,
I removed the <>
It now looks like...
<%
dim cn, ar(4)
ar(0)="22233444 4"
ar(1)="Norton"
ar(2)="581371"
ar(3)="3"
ar(4)="3"
set cn=createobject ("adodb.connect ion")
cn.open "provider=micro soft.jet.oledb. 4.0;" & _
"data source=" & server.mapppath ("hgb_experimen t.mdb")
cn.qInsertRecor d ar(0),ar(1),ar( 2),ar(3),ar(4)
cn.close:set cn=nothing
%>
I ran it and got this error
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'server.mapppat h'
/web/test/hbrown/test.asp, line 10
Let me know you guys think I should do next. Im hopng to get it
running by Monday so Ill be tinkering with it all afternoon.
Thanks again,
Gabriel
Ok,
I removed the <>
It now looks like...
<%
dim cn, ar(4)
ar(0)="22233444 4"
ar(1)="Norton"
ar(2)="581371"
ar(3)="3"
ar(4)="3"
set cn=createobject ("adodb.connect ion")
cn.open "provider=micro soft.jet.oledb. 4.0;" & _
"data source=" & server.mapppath ("hgb_experimen t.mdb")
cn.qInsertRecor d ar(0),ar(1),ar( 2),ar(3),ar(4)
cn.close:set cn=nothing
%>
I ran it and got this error
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'server.mapppat h'
/web/test/hbrown/test.asp, line 10
Let me know you guys think I should do next. Im hopng to get it
running by Monday so Ill be tinkering with it all afternoon.
Thanks again,
Gabriel
Comment