Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass Memo via EXEC?
Message
De
06/05/2005 06:18:59
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
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:
01011529
Vues:
18
>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.

A memo could contain either plain char data or anything. If on SQL side datatype is not something like image expecting binary data you can pass directly using ?. ie:

Exec myProc @myParm = ?localcursor.memofield

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform