Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I talk to SQL Server
Message
 
To
09/07/1999 11:08:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00239447
Message ID:
00239525
Views:
11
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
Previous
Reply
Map
View

Click here to load this message in the networking platform