Mr.Chen's Space

PS:除特别注明外,本站所有文章均属转帖,供学习、参考之用

导航

简单的数据连接方法

<asp:SqlDataSource ID="Titles" runat="server"
    ConnectionString="server=localhost;database=pubs;
    Integrated Security=SSPI"
    SelectCommand="select title_id, title, price from titles"
/>

posted on 2006-12-06 21:32  老男孩玩编程  阅读(227)  评论(0编辑  收藏  举报