Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connecting to VFP Data in ASP.NET
Message
 
To
06/01/2006 09:32:49
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01072118
Message ID:
01084109
Views:
27
In going the Vfpoledb route, is some foxpro syntax prohibited? for example
VDataSourceG.SelectCommand=" SELECT * from r:mytable WHERE recno() =40" works but how about statements like:
VDataSourceG.SelectCommand=" SELECT * from r:mytable where 'M-'" $method" ?



>Yes it is expecting a parameter for country.
>
> <asp:SqlDataSource ID="vfpTestData" runat="server"
>   ConnectionString="<%$ ConnectionStrings:vfpTestDataConnection %>"
>   ProviderName="<%$ ConnectionStrings:vfpTestDataConnection.ProviderName %>"
>   SelectCommand="SELECT company, contact, country FROM customer WHERE (country = ?)">
>   <SelectParameters>
>      <asp:ControlParameter
>         ControlID="TextBox1" DefaultValue="" Name="country" PropertyName="Text" Type="String" />
>   </SelectParameters>
> </asp:SqlDataSource>
>
>Here: SqlDataSource sets datasource properties along with SelectCommand.
>Following that "SelectPameters" tag adds a ControlParameter with ID "TextBox1" and other properties. TextBox1 is a textBox on ASP form and at run time ? is replaced with its text. Maybe you don't have TextBox1 on asp form?
>
>UT is working well for me.
>Cetin
>
>
>>I hope you'll end up liking it, makes datasources/connections easier. As for the error, it didn't like WHERE (country = ?)
>>Is it looking for something in place of "?"
>>PS, is the UT experiencing errors, when I click "get the replies to my messages", I get a COM error.
>>
>>-T
"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