Link to home
Start Free TrialLog in
Avatar of TimHayes
TimHayes

asked on

Error using ActiveFile

I am using ActiveFile from Infomentum to upload a file and other fields to a SQL Server database. I have followed the expamples to the letter, yet when the form is submitted I am getting an error on the line which uplaods the file

(ie UpFile.Import RSBlob.Fields.Item("Document"))

The error I get is "Operation is not allowed in this context" - I've tried everything - does anyone have any ideas?

Thanks
Avatar of Anthony Perkins
Anthony Perkins
Flag of United States of America image

Perhaps the recordset is read-only.  Difficult to guess without seeing more code.

Also, please maintain this open questions:
Infomentum ActiveFile - updating existing record in SQL Server Date: 06/24/2002 03:10AM PST  
https://www.experts-exchange.com/questions/20315409/Infomentum-ActiveFile-updating-existing-record-in-SQL-Server.html

Anthony
ASKER CERTIFIED SOLUTION
Avatar of zombeen
zombeen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zombeen
zombeen

thanx tim