Re: Blob Data

From: Dave Albiston (dalbiston_at_compuserve.com)
Date: 02/27/04


Date: Fri, 27 Feb 2004 15:08:59 -0000

Hi Brian

I have just started the same exercise but I want to insert rows into the
table with a TADOQuery. However assigning to the parameter with

   Parameters.ParamValues[columnname].LoadFromFile(Filename, ftBlob)

is giving me a 'variant does not reference an automation object' error. The
parameter setup look correct.

Is there a way to do this or do I have to do the isnert then assign to a
field?

Regards

Dave