Hi,

I have been trying to upload a .pdf file to a SQL Server 2000 database. I used
the dreamweaver MX auto generated code. However, I have the following error
coming up:

Application uses a value of the wrong type for the current operation.
/vbitesting/vc/admin/add_course_code.asp, line 95

On the following line:

.CreateParameter("@file_data", 204, 1,100,@inputvariable)

I don't know what 204 data type represents? My database data type is image and
I selected this type when I used the automated stored procedure generator in
dreamweaver.

Please help I do not know what to do!

Thank you