Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Fatal error encountered during command execution

Fatal error encountered during command execution

Scheduled Pinned Locked Moved Visual Basic
helpcsharpmysqlsysadmin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    duhoky
    wrote on last edited by
    #1

    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

    L D 2 Replies Last reply
    0
    • D duhoky

      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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You will need to provide considerably more details than that. No one here can guess what your application is doing.

      1 Reply Last reply
      0
      • D duhoky

        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

        D Offline
        D Offline
        duhoky
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups