Hi!
I have a couple of tables stored in a sql server. One of those tables holds images in binary format. I also have Access tables and link the sql server tables into my Access database.
If I go straight against the sql server and use Ado stream object to convert the binary to images it works fine but I want to combine Access data and Sql server data in a query and then use my Ado code snippet to create the images. I try to use dsn less connection on my Access db and it says the odbc connection to my linked tables doesn't work although they do if I click on them!!
Clear? .-)
I have a couple of tables stored in a sql server. One of those tables holds images in binary format. I also have Access tables and link the sql server tables into my Access database.
If I go straight against the sql server and use Ado stream object to convert the binary to images it works fine but I want to combine Access data and Sql server data in a query and then use my Ado code snippet to create the images. I try to use dsn less connection on my Access db and it says the odbc connection to my linked tables doesn't work although they do if I click on them!!
Clear? .-)