Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date and time from server
Message
De
02/05/2003 07:18:09
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
02/05/2003 07:09:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00784019
Message ID:
00784036
Vues:
18
>Hi Cetin,
>
>thanks for your reply.
>
>For the 2nd question:
>Well, I tried to do: 'SCATTER MEMVAR MEMO' but it won't succeed. Usually, when I had the RESULTS, I need to save to another cursor using 'create cursor' then use 'scatter memvar'. it works fine for another data type, except MEMO. May be I've done something wrong somewhere.
>
>Best regards,
>William

I don't understand why you need scatter-gather there. Scatter-gather work with memo quite well though :
scatter memvar memo
...
gather memvar memo

scatter name oRecord memo
...
gather name oRecord memo
and so on.

For SQL server :
scatter name oRecord memo

SQLExec(lnHandle, ;
 'insert into SQLServerTable (MemoFieldName) values ?oRecord.MemoField')

scatter memvar memo
SQLExec(lnHandle, ;
 'insert into SQLServerTable (MemoFieldName) values ?m.MemoField')
However I'm still not sure I understood it right.
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform