CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2003
    Location
    La Paz - Bolivia
    Posts
    3

    Insert pictures from database

    I want to insert pictures into my report, this pictures are stored a sqlserver 2000 database in an image type field and i am working in Cristal Reports for Visual Studio .Net. I need a report with a table, where in each row i must insert the picture of each employee of my company.

    How can i do that???

    Please help me and thank you very much.

  2. #2
    Join Date
    May 2003
    Location
    ireland
    Posts
    95
    you need to upload the file as a blob into the database, there is an example included with sql server....

    take a look at this, it should help....

    http://support.microsoft.com/?kbid=258038

  3. #3
    Join Date
    Dec 2003
    Location
    La Paz - Bolivia
    Posts
    3
    Thanks irishgirl, but i all ready have the images as a blob in the database and when i am trying to insert the pictures into an Crystal Reports Report doesn't work.

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