Re: Blob Data
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 02/28/04
- Next message: Brian Bushay TeamB: "Re: ADOTable.Locate Workaround?"
- Previous message: Dave: "Re: Access Table corrupts on one network machine"
- In reply to: Dave Albiston: "Re: Blob Data"
- Next in thread: Dave Albiston: "Re: Blob Data"
- Reply: Dave Albiston: "Re: Blob Data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 27 Feb 2004 20:36:53 -0600
>table with a TADOQuery. However assigning to the parameter with
>
> Parameters.ParamValues[columnname].LoadFromFile(Filename, ftBlob)
>
I don't think ParamValues is supported for setting a value
Try Parameters.ParmbyName('columnname').LoadFromFile(Filename, ftBlob)
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: ADOTable.Locate Workaround?"
- Previous message: Dave: "Re: Access Table corrupts on one network machine"
- In reply to: Dave Albiston: "Re: Blob Data"
- Next in thread: Dave Albiston: "Re: Blob Data"
- Reply: Dave Albiston: "Re: Blob Data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|