Dynamics User Group
Since 1995 - The Microsoft Dynamics Online User Community

Uploading a document to the Database

rated by 0 users
This post has 1 Reply | 1 Follower

Top 500 Contributor
Posts 32
Points 745
Member since 10-18-2007
satheeshNav Posted: 12-10-2007 12:10

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?

 

Top 75 Contributor
Male
Posts 267
Points 9,342
Member since 07-29-2006

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)

Navision Developer NAV Certified.
  • | Post Points: 5
Page 1 of 1 (2 items) | RSS


Copyright Dynamics User Group, 1995-2009, all rights reserved. The Dynamics User Group is not affiliated with Microsoft Corporation.