Re: Store MEM block to DB field?

From: David Knaack (davidknaack_at_cox.net)
Date: 11/12/03


Date: Wed, 12 Nov 2003 15:07:38 -0600

LL wrote:
> How to store a a MEM block(contains of numbers Integer) to a DB field? and
> can load it back?

Use a TMemoryStream to write the block to a TBlobStream.



Relevant Pages

  • Re: A "killer" macro
    ... (defconstant load 8) ... (defconstant store 9) ... giving the opcode behind that mnemonic on that architecture. ... sophisticated way to work around the limitations of the "case" macro. ...
    (comp.lang.lisp)
  • Re: How Many Processor Cores Are Enough?
    ... A load by Pi is considered performed at a point in time when the ... A store by Pi is considered performed with respect to Pk (i and k ... It's defined in the Itanium manuals and is equivalent to Sparc TSO ...
    (comp.arch)
  • Re: A "killer" macro
    ... (defconstant load 8) ... (defconstant store 9) ... giving the opcode behind that mnemonic on that architecture. ... (let* ((code-assoc (expand condensed-list)) ...
    (comp.lang.lisp)
  • Re: MMIO and gcc re-ordering issue
    ... happy with x86 semantics as they are now. ... strongly ordered WRT one another and WRT cacheable memory (which includes ... i.e. a later load could be performed before an earlier store. ...
    (Linux-Kernel)
  • Re: DataGrid paging - a question of efficiency
    ... Bring down a copy of all the data on the first page load and store it ... Use custom paging and bring down just the records you intend to show. ... That way all rows would all be stored in ViewState. ...
    (microsoft.public.dotnet.framework.aspnet)