CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Posts
    14

    ADO, Database, OleContainer and Pics

    Hi Devs,

    the same old problem....

    I've an VB6 Application which sould act as an Frontend for an Access Database.
    I must add normal Data trhough VB6 AND (!) Pictures. The pictures must stored in the database AND Access must be able to handle'em, because i must print reports from Access.

    In an older Version of my prog, written with VB5 i used the Ole Container bound to a data control. But now in VB6 the OLE Container ist incompatible with the ADO Data Control ?? (Thanx Microsoft :-( )

    Is there ANY way to store pictures in the Database in that way that access is ALSO Able to display them ?


    I've tried some programmatic display in the report of access 97. Access has Picturebox controls, but the .picture or .picturedata property do not accept the Data whch comes from a VB Picturebox.

    Please anyone help me, this problem sux.

    Gismo





  2. #2
    Guest

    Re: ADO, Database, OleContainer and Pics


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