Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
X# examples - Hello world
Message
De
20/10/2019 09:21:20
 
 
À
17/10/2019 06:28:18
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
VFP Compiler for .NET
Divers
Thread ID:
01671443
Message ID:
01671572
Vues:
77
>>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....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform