Hi
I need some assistance, I have this table in SQL that has the following columns
filename varchar(50)
doc varbinar(max)
whats best approach the save the contents of the doc field locally to a file (all documents will either be PDF or Word documents)
I have managed to write a vbscript to display the contents of the records, obviously the doc filed is garabage as its a varbin - just need to know how to convert this and then save the file.
I need some assistance, I have this table in SQL that has the following columns
filename varchar(50)
doc varbinar(max)
whats best approach the save the contents of the doc field locally to a file (all documents will either be PDF or Word documents)
I have managed to write a vbscript to display the contents of the records, obviously the doc filed is garabage as its a varbin - just need to know how to convert this and then save the file.