Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
X# examples - Hello world
Message
From
20/10/2019 09:21:20
 
 
To
17/10/2019 06:28:18
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
VFP Compiler for .NET
Miscellaneous
Thread ID:
01671443
Message ID:
01671572
Views:
78
>>Remember, these will be addressed, first things first however, or there might be already a X#/.NET alternative available for some of these.
>
>The list looks promising. The unsupported stuff really contains mostly the stuff we never used, except browse, for which I expect there would be some utility (or we can write some browse.prg like I did once, which would create an instance of a form with a general purpose grid). The two things I'd really like added from the unsupported list, because I was using them massively, are the VFP internal SQL and scatter-gather-insert, at least the object version (scatter/gather name, insert from name).

Come on... 95% is scatter/gather name, for each of which you write out a function within a cigarette duration.
Insert from Name would mean generating strings for field names and values, stringing rest together and a ¯ocompile - not totally bad, unless in your framework you have standardized your CursorAdapter to somehow work that way and add perhaps unoptimized stuff for each records statement. Via Lan hop probably just measurement noise...

Copy to Array is much faster for inter-process marshalling if coupled with save to memo, but the difficulty is probably "save to memo" as such speed is gained from NOT doing nice JSON serialize...

Scatter into normal variables ? Only if you hate the next coder....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform