This topic is locked

ADODB.Stream error '800a0bbc'

10/13/2007 1:30:23 AM
ASPRunnerPro General questions
J
JAY315 author

ADODB.Stream error '800a0bbc'
Write to file failed.
/Database/Main/include/commonfunctions.asp, line 2618

Anybody know anything about this error message?

Admin 10/14/2007

Make sure WRITE permissions are set on the folder where you like to upload files.

J
JAY315 author 10/15/2007

Make sure WRITE permissions are set on the folder where you like to upload files.


Where should I set the WRITE permissions?
Here is the code:

Dim stream

Set stream = Server.CreateObject("ADODB.Stream")

stream.Type = 1

stream.Open

stream.Write rsT.Fields("File").GetChunk(LenB(binData))

stream.SaveToFile strFileName, 2
my database is located in the fpdb folder on my web hosting service's server
I'm kinda new at this, so forgive me if I sound ignorant.

Admin 10/15/2007

Jay,
please proceed to the Visual Editortab in ASPRunner, double-click your File field, switch to Edit astab and post Upload Folderbox contents here.

J
JAY315 author 10/15/2007

Jay,

please proceed to the Visual Editortab in ASPRunner, double-click your File field, switch to Edit astab and post Upload Folderbox contents here.


Do i do that for every field on my add page?

Admin 10/15/2007

Jay,
contact our support team directly at support@xlinesoft.com. Do not forget to include your order number and registration email.