Ask a Question related to Coldfusion Database Access, Design and Development.
-
Madbee #1
Inserting binary field into SQL 2000 database
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
Madbee Guest
-
Inserting an SQL binary images.
I have a program that inserts an image into a SQL database file as a binary object. I want to extract the image from the database and insert it... -
Insert and Retrieve binary objects with MS-SQL 2000
Alrighty then, I have searched the web abd CF forums for the past 2 months trying to find a code snippet for inserting a binary object into a... -
How to get binary file from SQL field?
I want to display binary data from SQL server 2000 in an asp page. The data comes from a Windows Sharepoint Services document library. The raw... -
I need to display a PDF from SQL Binary Field
I am trying to display a PDF from SQL. All I am getting is garbage that looks like this: %PDF-1.3 %âãÏÓ 37 0 obj << /Linearized 1 /O 39 /H /L... -
Inserting a binary file into a Long Raw column
Hi Is there anybody who can give me some sample code for inserting a large binary file into a LONG RAW column? I have managed to do it if the...



Reply With Quote

