Hi all, I would like to thank you all for helping me with my problems. I have managed to obtain the details from the SQLite DBMS that I required. The problems I am having now are predominantly VB.Net(and my lack of understanding of the language) related so I will leave you all now as this thread has taken you all off the topic of the excellent SQLite DBMS.
I'd like to thank you all again and no doubt you'll be hearing from me again soon. Many thanks John On 13/07/06, Martin Jenkins <[EMAIL PROTECTED]> wrote:
I can't see anything obviously wrong with that code, but that's probably because it's the only bit of VB I've ever looked at. :-/ You need to divide and conquer - does the combo box get filled properly if you hard code the values in fieldNames in selectFieldNames()? If so, print out the value of fieldNames after the sqlite_datareader.Read()loop or put a MessageBox.Show() in your While sqlite_datareader.Read() loop. That should give you a good idea of where the problem is. Martin