Just to clarify matters. A foxpro database is a reference to a number of tables held in dbf files and can't hold a pdf.
A memo field in a table can hold the contents of any sort of file.
A general field in a table can hold an OLE object. You can store an Excel file as an object of type Excel but AFAIK you can't hold an object of type pdf (at least not on my PC).
All of which leads to the question of why do you want to store the file in a table? The table will be very large and will bloat each time the file changes. Why not just store the file path and name?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.