Results 1 to 3 of 3

Thread: '???????' is to 'Code' as 'OLE Object' is to 'Database'

  1. #1

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    '???????' is to 'Code' as 'OLE Object' is to 'Database'

    Looking at an access database, there is a field that had ole object as its type. What is the equivalent of that in code? So:
    Dim x as ????
    rs.Fields("MyOLEObjectField") = x
    retired member. Thanks for everything

  2. #2

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    bump
    retired member. Thanks for everything

  3. #3
    Frenzied Member
    Join Date
    Aug 2001
    Posts
    1,075
    I use an OLE Object field in my database to store binary data. I think it use to be called a BLOB (Binary Large Object). When I read and write to the OLE Object field I use a byte array.

    Greg
    Free VB Add-In - The Reference Librarian
    Click Here for screen shot and download link.

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