How can I store file in SQL back end

  • Thread starter Thread starter SF
  • Start date Start date
S

SF

Hi,

I want to create a file management DB to manage file for my unit. I have a
table having ID (Int) and FileContent (varbinary(MAX)).

From Access how can I save file to FileContent field?

SF
 
On Thu, 28 Jan 2010 08:03:23 +0700, "SF" <[email protected]>
wrote:

That may not be the best idea. Check the SQL 2008 Books Online on the
topic "FILESTREAM Storage".

-Tom.
Microsoft Access MVP
 
Back
Top