02-11-12, 11:44 PM
انا ليس لدي خبرة في قواعد البيانات لكن جرب هذا الكود ..
PHP كود :
Dim ConnectionString As String = "Connection String"
Dim con As New OleDbConnection(ConnectionString)
Dim DS As New DataSet
Dim DA As New OleDbDataAdapter("select * from TabelName", con)
Dim Cm As New OleDbCommandBuilder(DA)
DA.Fill(DS, "TabelName")
Dim Check As String = ""
For Each Row As DataRow In DS.Tables("TabelName").Rows
If Row.Item("ColumnName") = "SearchText" Then
MsgBox("تم الثور على نتائج")
Check = "Founded"
End If
Next
If Check = "" Then
MsgBox("لم يتم العضور على نتائج")
End If
الشمس اجمل في بلادي من سواها .. و الظلام
حتى الظلام هناك اجمل فهو يحتضن العـــراق :o
حتى الظلام هناك اجمل فهو يحتضن العـــراق :o
