欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

VB.net 查詢獲取數(shù)據(jù)庫數(shù)據(jù)信息

 更新時間:2009年07月13日 21:22:27   作者:  
VB.net 查詢獲取數(shù)據(jù)庫數(shù)據(jù)信息實現(xiàn)函數(shù),需要的朋友可以參考下,代碼比較簡單。
復(fù)制代碼 代碼如下:

'數(shù)據(jù)操作執(zhí)行
Public Sub getConn(ByVal SqlStr As String, ByVal TableName As String)
Try
objCommand.CommandText = SqlStr
objDataSet.Clear()
objDataAdapter.SelectCommand = objCommand
objDataAdapter.Fill(objDataSet, TableName)
Catch ex As Exception

MsgBox(ex.Message)
End Try
End Sub

相關(guān)文章

最新評論