Search results for query: *

  • Users: klong
  • 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()...
  3. K

    Retrieve sheets in workbook (Excel & SQL)

    Hello, Did you get this to work? I'm having a similar problem. I loaded the names of the excel worksheets in a listbox. The trouble I have is when I try to query the the worksheet. The Microsoft Jet Engine can't seem to find the table object. If I explicitly type in the table name([Segment1$])...
Back
Top