Fatal error encountered during command execution
-
iam using vb.net2010 and phpmyadmin server onine .. when i connect vb.net with phpmyadmin every thing work correctly with out any problem or warning.. but when i leave App (at running ) with out any action or event the problem rise and tell me ("Fatal error encountered during command execution") , Note: the connection is open. please help me
-
iam using vb.net2010 and phpmyadmin server onine .. when i connect vb.net with phpmyadmin every thing work correctly with out any problem or warning.. but when i leave App (at running ) with out any action or event the problem rise and tell me ("Fatal error encountered during command execution") , Note: the connection is open. please help me
-
iam using vb.net2010 and phpmyadmin server onine .. when i connect vb.net with phpmyadmin every thing work correctly with out any problem or warning.. but when i leave App (at running ) with out any action or event the problem rise and tell me ("Fatal error encountered during command execution") , Note: the connection is open. please help me
iam using vb.net2010 and phpmyadmin server onine .. when i connect vb.net with phpmyadmin and execute query like this code '-------------------- If mycon.State = ConnectionState.Closed Then mycon.Open() End If Dim testid As Integer = 0 mydataAdapter = New MySqlDataAdapter("select ID from COMPANY order by ID DESC LIMIT 1", mycon) mydataset = New DataSet mydataAdapter.Fill(mydataset, "COMPANY") If Me.BindingContext(mydataset, "COMPANY").Count > 0 Then testid = mydataset.Tables("COMPANY").Rows(0).Item("ID") End If '------------------------------------------ ...every thing work correctly with out any problem or warning.. but when i leave App (at running ) with out any action or event the problem rise and tell me ("Fatal error encountered during command execution") , Note: the connection is open. please help me