Compressing and decompressing files and images to and from an SQL Server Database table

  • Thread starter Thread starter mrbill65
  • Start date Start date
M

mrbill65

Guest
I have an application that uses merge replication for mobile devices to sync to an SQL server. Being that database sizes are limited in the SQL Express version, I was wondering if someone could post some sample code that would allow me to zip up images/photos and files to an SQL database to hopefully reduce the size of the mobile database and then be able to extract the image or file from the zip file so it can be put in a grid and selected to be opened for the user to view. Any help would be appreciated. I'm inserting an image of the Files table layout.


1497788.png

Continue reading...
 
Back
Top