标题:求助! 数据库应用问题
只看楼主
fengbo1320
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2008-6-15
 问题点数:0 回复次数:0 
求助! 数据库应用问题
数据库等等 都能连通了  
  selectString = "select 用户名 from table_2 where 用户ID=2"

            Dim myConnection As New SqlClient.SqlConnection


            myConnection.ConnectionString = conn
            Dim myCommand As New SqlClient.SqlCommand(selectString, myConnection)

            myConnection.Open()
            

            Dim read As SqlClient.SqlDataReader
            read = myCommand.ExecuteReader
            TextBox1.Text = ??????
  这条查询语句返回的值  要在TextBox1.Text  中显示  ????处  read这个对象应该怎么写?
搜索更多相关主题的帖子: 数据库 myConnection Dim SqlClient New 
2008-06-15 11:03



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-219260-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.550115 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved