There are two ways to store pdf files in Microsoft sql Server.
To store pdf file in Microsoft Sql Server, create a column as type ‘blob’ in a table. Read the content of the file and save in ‘blob’ type column in a table.
Store pdf files in a folder and establish the pointer to link them in the database.
No comments:
Post a Comment