Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote Views vs. SQL-Pass through
Message
De
03/04/2000 10:38:11
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00353636
Message ID:
00354281
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform