Search results for query: *

  • Users: klong
  • Content: Threads
  • Order by date
  1. K

    Next Release

    Hello, I have a question concerning how to begin the next release of a project. I have buillt and released my current project. What do I have to do to add on to the current project? What should the configuration setting be(Debug, Release)? When changed it to Debug, the text on some of my...
  2. K

    MySQL LAST_INSERT_ID() Problems

    Hello, I'm trying to make use of the MySQL Last_Insert_ID() function, and I'm not having any success. dbConn.Open() dbCmd = dbConn.CreateCommand dbCmd2 = dbConn.CreateCommand dbCmd.CommandText = "UPDATE schedulesequence set id = LAST_INSERT_ID(id + 1)" dbCmd.ExecuteNonQuery()...
Back
Top