Hello All,
I would like to know, if there is a solution for uploading files (probably it will be PowerPoint presentation, but my employees are alloved to put into the database whatever they want - connected with the process) to Access database via VB.net Windows Form. Previously I had a database made in MS Access, so it was simple to add Attachment field to the form. Now, I would like to create a database for projects (made in ppt file) and a windows to upload the Project Files via VB.net. I have everything in my application now, but this is the last thing that I have to do, and I have no idea how to solve it.
the process is:
-Employee is filling the form with the data.
-He needs to update "Attachment" field with a presentation (ppt)
The file is saved in a table (field) tblDatabase in Access as an attachment.
I know that I have to use BLOB. I saw that for C# there are few solutions, for ASP or WebPage in .net as well, but nothing for VB.net. And I'm not interested with "image umpload".
Hopefully my problem is not that bad as I think....
Thank you in advance for your help!
I would like to know, if there is a solution for uploading files (probably it will be PowerPoint presentation, but my employees are alloved to put into the database whatever they want - connected with the process) to Access database via VB.net Windows Form. Previously I had a database made in MS Access, so it was simple to add Attachment field to the form. Now, I would like to create a database for projects (made in ppt file) and a windows to upload the Project Files via VB.net. I have everything in my application now, but this is the last thing that I have to do, and I have no idea how to solve it.
the process is:
-Employee is filling the form with the data.
-He needs to update "Attachment" field with a presentation (ppt)
The file is saved in a table (field) tblDatabase in Access as an attachment.
I know that I have to use BLOB. I saw that for C# there are few solutions, for ASP or WebPage in .net as well, but nothing for VB.net. And I'm not interested with "image umpload".
Hopefully my problem is not that bad as I think....
Thank you in advance for your help!