Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete an ADO PArameter from the command.
Message
From
19/06/2001 11:16:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Delete an ADO PArameter from the command.
Miscellaneous
Thread ID:
00521065
Message ID:
00521065
Views:
48
How do I clear the parameters?

Before I was using
.commandtext="select * from users where username=?"
.parameters.refresh
.parameters(0)=value

However, this does not work on Oracle.

So I tried to use the parameter.add
But when I come to the second statement the parameter still live in my connection object. I need to clear it. There is no delet method and setting
the name property doesn't work



I don't not want to recreate the command object each time...


Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform