Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I talk to SQL Server
Message
 
À
09/07/1999 11:08:25
Mark Lauahi
Advanced Motion Controls
Camarillo, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00239447
Message ID:
00239525
Vues:
12
Hi Mark,

>I am trying to remember about a particular coding syntax to communicate with SQL Server. I have a reference to a MRP object. There are methods associated with the object. These methods communicate with SQL server on the back end.
>
>In Visual Basic all I have to say is object.method a,b,c,d,e,....
>
>In Visual Foxpro I remember from Devcon that when communicating from
>VFP the syntax is just a little different. I beleve that the parameters list needs to be laid out differently.
>
>object.method(????????)
>

object.method(parm1, parm2, ...) should work just fine. VFP only supports positional (not named parameters, like VB) so you have to enter ALL of the parameters in order.

HTH,
Bill Armbrecht
VFP MCP
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform