Reading Sql Server Image/Blob data in Visual FoxPro 9
Posted by: Rick Strahls WebLog,
on 06 Aug 2006 |
View original
Bob Lucas posted a nice Visual FoxPro 9.0 tip on the Message Board earlier today in respect to how you can get Image values in and out of a SQL Server database and I thought I’d repost this here with a little more information. VFP 9 makes it a lot easier to work with Image/Blob data types than previous versions because it has native support for a binary datatype.
One of the issues in previous versions of VFP has always been talking to SQL Server image\binary data. FoxPro wants to convert...