All, I am trying to write me an application using visual studio 2005. My back-end database for the application is mysql.
I've found some code examples online and been able to get it working with both reading from the database and writing to it. However, the examples I find does not work completely. However, this is what I have so far for inserting into the database:
http://www.pastebin.org/46947
Can this be done a bit more elegantly?
I also use this code to populate the items of a listbox, but I have no idea how to use it to be able to select an entry and open it based on the entry ID.
What I would like to do with this listbox is to be able to list a readable entry and then select it and open a form to edit its values...