Does anybody have idea's about how you can add word and excel files to an database and that you can hang them to an OrderID.
Or sites, were I can get info on this subject???
Look in the articles section for "storing binary data in a database"
But note: string binaries in a database makes very little sense and will usually only slow you down. Saving the files directly to disk is much faster.
ok, good idea, but do you have any idea's on how I can see that saved data in my program, how do I call that data??
You need to look at content headers when dealing with different file types
I would start there
Mark hdwt.com