Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass Memo via EXEC?
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01011509
Message ID:
01011550
Vues:
16
>A client has a VFP7 application that passes a string of concatenated field values (?memvars) via EXEC to a SQL SP in another database to Insert or Update a record. Thus far, all of the required fields have been character, numeric or bit. But a requested modification requires that a Memo field be passed. Can a Memo be passed in this way? If not, what's the best way to do this with minimal impact to the code on both ends of the process? I'm away from the office and have minimal resources here so I appreciate your input and help.

Hi Lynda,

Passing a memo this way could be problematic for a couple of reasons:
- The size of command line is limited
- Some special characters could cause call to error out

It seems to me that VFP COM object would be better suted to perform this task than EXE.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform