Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add image to sql server

Status
Not open for further replies.

Johan1974

Programmer
Sep 18, 2006
4
NL
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


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top