Auto upload the attachments through VB

high100

Registered User.
Local time
Today, 19:40
Joined
Nov 26, 2008
Messages
10
Hi Experts,

I receive Access attachments to my mailbox then I download them to one local folder & this data is uploaded to SQL Server 2k using VB6 form.

Is it possible to upload access database attachments directly to SQL Server without downloading them to Local folder/drive.

Thanks in advance.
 
Probably based on the way attachments as encodes, they will need to be extracted to the hard drive first.

If you are using Outlook, you can use VBA within Outlook to automatically save the attachment and call the VB app.
 

Users who are viewing this thread

Back
Top Bottom