Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Views vs. SQL-Pass through
Message
From
03/04/2000 10:38:11
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00353636
Message ID:
00354281
Views:
13
Hi John,

I'm curious... Have you handled image type fields? For example, storing a file in a field, then later extracting that field back to a file on a client's computer.

VFP maps image fields to General data type, but in order to write back the field to a file, the only way I found was using COPY MEMO field TO filename, but in order to use that, the field must be mapped as memo. Using RV, it's a breeze, but I have not found how to do such a thing using SPT.

Any hint?

Thanks!



>Remote Views, at best, is an incomplete wrapper around SPT. RV's require you to ceded to much control. Further, if you are going to employ best practices with respect to SQL Server Development, you will use Stored Procedures to Update, Insert, Delete, and Query Data. Stored Procedures provide the level of security and control that developers and DBA's need.
Sylvain Demers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform