Using DAO to access binary data in Sql Server 2005?
Posted by Marcus on 08/29/06 00:52
(Appologies if this group isn't the best place for this post)
Is it possible to use DAO 3.6 to access binary data (varbinary(max)) in
Sql Server 2005? I have images and sound in a Sql 2005 DB that I need
to retrieve (and write) with DAO (ADO and ADO.Net are not options as
this is legacy code that can't be changed).