Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I tired ?
Message
From
13/02/2008 16:13:46
 
 
To
13/02/2008 02:50:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01291041
Message ID:
01292394
Views:
22
>cmd.CommandText = ...

>How sholud I write above statement but not using String.Format(). Only SELECT ... and
>what is required ?

cmd is an ADODB.Command object, right?

Use the cmd.CreateParameter() method and cmd.Parameters.Append() before cmd.Execute().

Bye, Olaf.
Previous
Reply
Map
View

Click here to load this message in the networking platform