ADODB.Recordset error '800a0bb9'

Reply

Join Date: Jan 2005
Posts: 10
Reputation: raywood5 is an unknown quantity at this point 
Solved Threads: 1
raywood5 raywood5 is offline Offline
Newbie Poster

ADODB.Recordset error '800a0bb9'

 
0
  #1
Jan 20th, 2005
I am trying to use an ASP upload file to upload banners. I am receiving this error:

ADODB.Recordset error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

/links/add_banner_upload.asp, line 98


Below is the code


Query = "SELECT * FROM banner"
Set RS = Server.CreateObject("ADODB.Recordset")
RS.Open Query, Connector, 3, 3 ( THIS IS LINE 98)
RS.AddNew
RS("name") = Uploader.Form("name")
RS("email") = Uploader.Form("email")
RS("site") = Uploader.Form("site")
RS("link_address") = Uploader.Form("link_address")
RS("link_back") = Uploader.Form("link_back")
RS("image") = File.FileName
RS("size") = File.FileSize
RS("type") = File.ContentType
RS("date") = date()
RS.Update
RS.close
Connector.close

I am new at this so having difficulty.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC