Here is my issue:
The user fills out a form in VB.NET. Once this form is complete, a pdf is generated. I brought the PDF to focus due the fact the signatures blocks need to be filled by different staff. The pdf is saved to a directory on the C drive once it is displayed. At this point, how can I save it to SQL? I have the table and used VARBINARY for the .pdf. I have other columns that need to be populated with data from the pdf. Every time a change is made to form it needs to be saved back into SQL Any thoughts?
The user fills out a form in VB.NET. Once this form is complete, a pdf is generated. I brought the PDF to focus due the fact the signatures blocks need to be filled by different staff. The pdf is saved to a directory on the C drive once it is displayed. At this point, how can I save it to SQL? I have the table and used VARBINARY for the .pdf. I have other columns that need to be populated with data from the pdf. Every time a change is made to form it needs to be saved back into SQL Any thoughts?