CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2002
    Location
    India
    Posts
    16

    Problem saving bmp files to Access

    Hi

    i have very simple problem.

    Can any one tell me how to save a .bmp file in an access database. The field where i am trying to save the .bmp file is of OLE type(and i cannot change the datatype).


    Thanks is advance

    -Subho_n

  2. #2
    Join Date
    May 2002
    Location
    Colombo,Sri Lanka
    Posts
    1,110

  3. #3
    Join Date
    Jul 2002
    Location
    India
    Posts
    16
    Hi
    thanks for ur help,

    but i have another problem, i cannot use the data control

    so could there be any other solution, which does not use data control

    thanks in advance.

    subho_n

  4. #4
    Join Date
    Nov 2002
    Location
    CT
    Posts
    132

    hey

    I have personally run into this issue before and I just avoided the whole issue by storing the bitmap image in a certain directory and saving the complete DIR in the database instead of embedding the Bitmap in the database. It's not exactly a preferred method by any means but if nothing else works, then this might be your only choice. Hope this helps!

    Jason

  5. #5
    Join Date
    Jun 2002
    Location
    Baltimore, Md USA
    Posts
    22

    Unhappy Upgrading to Crystal 9

    Babu,
    My VB program uses CRE8 for reporting. I just upgraded to Crystal 9. Do you know of any easy ways to migrate to RAS from RDC?

    Regards,
    SB

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