Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date and time from server
Message
From
02/05/2003 07:18:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
02/05/2003 07:09:43
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00784019
Message ID:
00784036
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform