Extracting data from a MySQL LONGBLOB

WaterGypsy

Well-known Member
Joined
Jan 15, 2010
Messages
700
I've been googling without much luck on this.... I can't understand most of the discussion and when I do it seems to be pointing to different platforms pulling the data in and storing it themselves

I have a SQL database which is being decommissioned and I need to unload the data and transfer into sharepoint - most of that is covered... my problem is that there are attachments loaded into the database that I need to pull out and store on a network drive. The attachments could be in Word, Excel, pdf etc etc , but they are all stored in the database as LONGBLOB binary fields... is there a simple solution to this problem (I'm an absolute beginner with SQL)
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Have a look at the ADODB.Stream object, it takes binary data and writes it to disk
 
Upvote 0

Forum statistics

Threads
1,225,727
Messages
6,186,679
Members
453,368
Latest member
xxtanka

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top