U Have Website We have Cash
If you have website put our banner on it, make money for each visitor
dollarsincome.com

想想

女人一定要有勇气,无论是对爱情也好,对生活也好。如果什么事总是畏首畏尾,那么人生就白白流过了.

导航

2006年10月1日 #

访问DataTable中的数据

摘要: Sub main() Dim com As New SqlConnection() com.ConnectionString = "server=(local);database=test;uid=sa;pwd=;" Dim str As String = "select hotel_name,hotel_phone from main" ... 阅读全文

posted @ 2006-10-01 20:49 想想 阅读(780) 评论(2) 推荐(0) 编辑

使用数据读取器类SqlDataReader

摘要: Sub main() Dim com As New SqlConnection() com.ConnectionString = "server=(local);database=test;uid=sa;pwd=;" Dim str As String = "select hotel_name,hotel_phone from main" ... 阅读全文

posted @ 2006-10-01 20:16 想想 阅读(297) 评论(0) 推荐(0) 编辑