Database table header from database

Hi Thomas.

I have been given some things to try, and thank you for the link to documentation. That will help me. As I say:

Stay tuned.

In your Opening event for the application (for example), you need something like:

Var  myfolderitem = new Folderitem ( ... )       // You can fill this bit in
splashWindowDB = new SQLiteDatabase
splashWindowDB.DatabaseFile = myfolderItem
splashWindowDB.Connect ()

plus appropriate checks for FileExists etc. Or you can initialise the folderitem via a dialog window.

Hi All.

That seems to have resolved the major part of my issue; now I have other things that need my attention within the program, but it is something for me to look at to make it as I want.

Thank you for you help. All of you.