S sys00 New member Local time Today, 05:54 Joined Feb 3, 2020 Messages 16 Mar 11, 2021 #1 Hi Is it possible to save images in a database SQL server The link between sql server and Access is using odbc. Is there a code for that
Hi Is it possible to save images in a database SQL server The link between sql server and Access is using odbc. Is there a code for that
theDBguy I’m here to help Staff member Local time Yesterday, 19:54 Joined Oct 29, 2018 Messages 22,566 Mar 11, 2021 #2 Hi. Yes, it's possible, and there are sample codes for that. Do a search on "BLOB." Binary Large Object (Blob) Data (SQL Server) - SQL Server With FILESTREAM, FileTables, and Remote Blob Store (RBS), SQL Server can store blobs in the database or in remote storage. Compare options for storing blobs. docs.microsoft.com
Hi. Yes, it's possible, and there are sample codes for that. Do a search on "BLOB." Binary Large Object (Blob) Data (SQL Server) - SQL Server With FILESTREAM, FileTables, and Remote Blob Store (RBS), SQL Server can store blobs in the database or in remote storage. Compare options for storing blobs. docs.microsoft.com
S sys00 New member Local time Today, 05:54 Joined Feb 3, 2020 Messages 16 Mar 11, 2021 #3 Thank you I will do a search in the forum