0

I have a program written in VF9 that uses a MS Sql 2008 Database.

Here the problem:

I have a SQL Table which have some files in a varbinary format. Where can I find a function that dump those fields to files in the local machine of the user that execute the program?

LuciferSam
  • 313
  • 5
  • 20

1 Answers1

0

SQL Management Studio should be able to do it for you.

LAK
  • 961
  • 7
  • 18
  • I've found something on the net. Now I can transform the files from varbinary to file and viceversa directly from VFP 9 . Thanks anyway. – LuciferSam Jul 10 '13 at 18:14