Here is my issue:
I created a PDF that contains information from a few different tables using VB.Net(ie name, date,ect). Once the PDF is created I stored it in a new SQL table (Form_001) in the varbinary max colum. My issue now is to populate the other colums in Form_001 that conatins the data from the other tables. Is it possible to populate the colums even though the names are different with data from the other tables?
I created a PDF that contains information from a few different tables using VB.Net(ie name, date,ect). Once the PDF is created I stored it in a new SQL table (Form_001) in the varbinary max colum. My issue now is to populate the other colums in Form_001 that conatins the data from the other tables. Is it possible to populate the colums even though the names are different with data from the other tables?