Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters (VFPOLEDB)
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01442771
Message ID:
01442777
Views:
36
>>Hi, I am having trouble establishing select parameters in a query in VB asp.net.
>>Here is what I have so far but looking for the right way to do it.
>>
>> VDataSourceG.SelectParameters.Clear()
>> VDataSourceG.SelectParameters.Add("mnoun", TypeCode.String)
>> VDataSourceG.SelectCommand = "SELECT l_nbr,cust_name,noun,
>> office from FY2010 WHERE NOUN like ?mnoun"
>>
>>But I get errors, anything obviously wrong?
>
>Funny, so it was you in ASP.NET forums? :) I haven't figured this out.
>
>Are you saying it doesn't work?
>
> VDataSourceG.SelectParameters("mnoun").Value = "%Something%" ' we may need this line too
Hi, my buddy orig started that profile and uses it from time to time, that's him, better looking.
But if you try that syntax, it's illegal.
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform