Results 1 to 2 of 2
  1. #1
    huBelial is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Mar 2011
    Posts
    6

    Binary datatype


    I'm trying to create a table with a binary datatype column in Access 2007 to store jpeg images. Does Access not offer binary datatype? I tried using OLE but it did not work out well. When I tried using OLE to store images, I can't seem to retrieve the images through a program using VB.NET.

    I'm following this tutorial on how to retrieve images from access but the tutorial requires a binary datatype column.

    http://www.dreamincode.net/code/snippet2846.htm

  2. #2
    kennejd is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Mar 2011
    Posts
    188
    If you're going to write your front-end in VB.NET, you may have better luck using Sql Server....that's where you'll find binary type fields. But the better method would probably be to store the path to the image....and display the image based on the path. Storing images in databases is not a great idea, in my opinion.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Cannot import binary data > 1M into MySQL BE
    By wbiebel in forum Import/Export Data
    Replies: 17
    Last Post: 02-14-2011, 11:17 PM
  2. confusing datatype error issue
    By TheShabz in forum Queries
    Replies: 5
    Last Post: 10-11-2010, 05:14 PM
  3. How do I convert an incoming object to binary?
    By techneophyte in forum Programming
    Replies: 1
    Last Post: 07-28-2010, 10:42 AM
  4. Replies: 6
    Last Post: 04-18-2010, 03:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums