Re: Blob Data

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 02/28/04


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


Relevant Pages

  • Re: how to show that there is a detail record
    ... Brian Bushay TeamB wrote: ... Yes, I want to show it in the same grid, but only something like a bool field that there is a detail dataset available or not. ...
    (borland.public.delphi.database.ado)
  • Re: Problems with Bookmark
    ... Something is very strange here. ... the table and not from the record I click in the DBGrid?? ... Brian Bushay (TeamB) ...
    (borland.public.delphi.database.ado)
  • Re: MaxRecords
    ... >> I tested this using the Northwind database and Employees table ... >> MaxRecords I had no problem getting MaxRecords to work. ... >> Brian Bushay (TeamB) ...
    (borland.public.delphi.database.ado)
  • Re: Pb while closing ADO query
    ... > Search your hard drive and see if you can find multiple copies of this ... > Brian Bushay (TeamB) ... Prev by Date: ...
    (borland.public.delphi.database.ado)
  • Re: Field width
    ... In SQL server the following code will populate AdoDataset1 with the field ... Brian Bushay (TeamB) ...
    (borland.public.delphi.database.ado)