Hello,
I want to store kofax pdf files directly into an SQL Server. It has to fit in an existing program
structure build with vb 6 something like this:
grsDocTable.Fields(TheData.CustomProperties(KEY_DOCDBSTORAGE).Value) = TheData.ImageFiles(TheData.ContextID)
Now i want to know,
What kind of fieldtype i use in SQL Server and how can i write and read a pdf image to it?
Does anyone have an example i can use?
Thnx in advance,
Johan
The Netherlands
I want to store kofax pdf files directly into an SQL Server. It has to fit in an existing program
structure build with vb 6 something like this:
grsDocTable.Fields(TheData.CustomProperties(KEY_DOCDBSTORAGE).Value) = TheData.ImageFiles(TheData.ContextID)
Now i want to know,
What kind of fieldtype i use in SQL Server and how can i write and read a pdf image to it?
Does anyone have an example i can use?
Thnx in advance,
Johan
The Netherlands