I currently have an Access db with some tables linked to a SQL DB connected with ODBC. When I open the linked table I can drop various files in the corresponding Blob(binary) fields and I have a form that allow me to view the data when needed. This data is mostly PDF files.
Using VB.Net I would like to recreate this process by creating a form where I could drag and drop such files and therefore be able to populate the SQL db.
Any clue, or samples that could direct me to way to do this?
Thanks in advance
Using VB.Net I would like to recreate this process by creating a form where I could drag and drop such files and therefore be able to populate the SQL db.
Any clue, or samples that could direct me to way to do this?
Thanks in advance