Can somebody let me know whether we can save MS Word document or PDF file in the database?
To my knowledge, a BMP file can be uploaded to the database in which case ‘BLOB’ type field need to be defined in the database.
One of my customers in need of saving MS word/PDF file in the database, so could you please suggest some advices on this?
Any type of a file can be uploaded to a BLOB. Create and a BLOB field in a table and import a file by following code
yourRecord.yourBLOBFieldinthetable.IMPORT(FileName)