I am trying to insert a Word .doc file into the t_resume table.
The fields in the table are:

     recordID     Identity
     personID     int
     resumeText   text
     fileType     char 4

The data is:

     <@ARG personID> = 123
     <@ARG resumeTest> is a Word document
     <@ARG fileType> = .doc ( a one pare resume )

The following direct DBMS code:

     INSERT INTO dbo.t_resumes
     VALUES (<@ARG personID>, '<@ARG resumeText>',  '<@ARG fileType>')

results in the following error:

     File: resumeInImageDataType.taf
     Position: Direct_DBMS
     Class: DBMS
     Main Error Number: 105

[Microsoft][ODBC SQL Server Driver][SQL Server]Unclosed quotation mark
before the character string '��ࡱ�'.
37000.

What am I doing wrong?

[EMAIL PROTECTED]

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to