Link to home
Start Free TrialLog in
Avatar of jpalumbos
jpalumbosFlag for United States of America

asked on

Writing BLOBS to ODBC

Can someone show me how to store BLOBs in an ODBC database, using VC++ & .NET?
The databases I want to connect to are:
   Oracle
   either Access or SqlServer  (do either of these support BLOBs?)

Thanks.

Avatar of drichards
drichards

Both SQL Server and Access can support BLOBs.  How are you trying to access the database - ADO .NET, ADO, OLE DB, ATL database helper classes, other...?  Mainly, are you using managed or unmanaged C++ and what API are you using/want to use for data access?
Avatar of jpalumbos

ASKER

I'm just using ODBC, with SQL statements to access the database.
I don't know the answers to the other questions you're asking.  (managed c++?  api for data access?)
ASKER CERTIFIED SOLUTION
Avatar of drichards
drichards

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial