Results 1 to 3 of 3

Thread: Help with Access database

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Posts
    118

    Cool

    Hi I want to create a database in msAccess and store information as well as pictures for each record.I have no Idea where to start.
    1) How do I store the picture? (.jpeg file)
    2) How do I pull this information up in my prgram? (display the picture and record information)



    Any suggestions are welcome.

  2. #2
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    Paul,
    this is a very broad question. I think if you search for ole object in Access you will get information about storing images.

    As for retrieving this information from a database, this can be done in a variety of methods, depending on your time, design, preferences etc.

    Essentially it involves attaching to your database ( perhaps using a DSN ), and submitting SQL to the database engine for retrieval, and associating your client controls ( text boxes, labels etc ) to particular fields from the recordset. There is a plethora of examples all over the web, and I have seen numerous examples such as

    http://visualbasic.about.com/compute...c/msubdata.htm

    HTH

    Lenin

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Posts
    118
    I have created the database with the picture but when I create a program to view the database it does not show the picture. It shows an icon of the paint program the picture was created in. What am I doing wrong?
    I am using an OLE object .

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