saving documents in sql2005 using vb.net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zrod

    #1

    saving documents in sql2005 using vb.net

    hi.
    i need to be able to save documenets (files) in an sql binary field.
    i don not know in advance teh typt of document,
    Anyone can help ion writing the code required?
    Thanks


  • MyndPhlyp

    #2
    Re: saving documents in sql2005 using vb.net


    "Zrod" <zrod@aims-co.comwrote in message
    news:eDiIkvNtGH A.4748@TK2MSFTN GP03.phx.gbl...
    hi.
    i need to be able to save documenets (files) in an sql binary field.
    i don not know in advance teh typt of document,
    Anyone can help ion writing the code required?
    Your VB.Net Help should give you some examples. Look in the Index for
    ADO.NET and then the BLOBs subsection. It is stored and retrieved similar to
    any other table column.

    For Classic ADO you would use GetChunk and AppendChunk.


    Comment

    Working...