CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: sql server

  1. #1
    Join Date
    Feb 2000
    Posts
    440

    sql server

    Hi,
    Anybody know is it difficult to store a picture
    in sql server and any hints?

    Thanks.


  2. #2
    Join Date
    Jul 1999
    Posts
    15

    Re: sql server

    SQL Server has a image datatype. Check online docs for writetext and readtext. Both functions work with BLOBS.

    surge


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured