Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stored Procedures and ADO
Message
 
 
To
19/10/2005 08:43:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01059935
Message ID:
01060219
Views:
22
>I knew I was forgetting something, it was the "CommandText" syntax that I had wrong. I was just putting the name of the procedure with out the "?" for the parameters. DUH me. Anyway, one more question. Is there anyway to use parameters by reference?

I didn't try but you can play with ParameterDirection
#define adParamUnknown                                    0
#define adParamInput                                      1
#define adParamOutput                                     2
#define adParamInputOutput                                3
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform