hi
Can't seem to figure out how to easily add an attachment to a record's attachment field using ADO. For some reason there's a lot of documentation on using DAO, but not ADO. I just want to do something very simple, automate selecting a file on a harddrive thus adding it to the recordset using ADO.
I'd just use the DAO but I can't seem to early bind the library anyway, since it for some reason conflicts with the ADO declaration.
Can't seem to figure out how to easily add an attachment to a record's attachment field using ADO. For some reason there's a lot of documentation on using DAO, but not ADO. I just want to do something very simple, automate selecting a file on a harddrive thus adding it to the recordset using ADO.
I'd just use the DAO but I can't seem to early bind the library anyway, since it for some reason conflicts with the ADO declaration.