|
-
Dec 7th, 2001, 04:47 PM
#1
Thread Starter
Frenzied Member
'???????' 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 
-
Dec 8th, 2001, 02:49 PM
#2
Thread Starter
Frenzied Member
retired member. Thanks for everything 
-
Dec 8th, 2001, 04:17 PM
#3
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|