本文介绍了如何使用asp.net成员资格注释字段查询SQL数据源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试使用asp.net成员资格提供程序注释字段作为参数来查询SQL数据源.
我的查询字符串如下所示:
I am trying to query a SQL Data Source by using the asp.net Membership Provider Comment Field as a parameter.
My Query String looks like this:
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:dot_FremdConnectionString %>"
SelectCommand="SELECT Maschine, Typ, Hostname, IP, Status FROM test WHERE Kunde= @Comment"
<SelectParameters>
</SelectParameters>
所以我想知道SelectParameter.
谁能告诉我如何编写此SelectParameter?
提前谢谢您.
So i am wondering about the SelectParameter.
Can anyone told me how to write this SelectParameter?
Thank you in advance.
推荐答案
所以我想知道SelectParameter.
谁能告诉我如何编写此SelectParameter?
提前谢谢您.
So i am wondering about the SelectParameter.
Can anyone told me how to write this SelectParameter?
Thank you in advance.
这篇关于如何使用asp.net成员资格注释字段查询SQL数据源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!