I just got some more work back from my programmer working on my WebService stuff, and it looks fantastic. I am really really impressed with the programmer, and I think that results will be fantastic when it gets done. The bits of work that were delivered gave enough bits and pieces to work on to last a week or two I suspect – The major part I got sent were messaging database function calls which will allow me to implement a simple job system.
I did make a minor mistake when I moved the new software across. I forgot that the settings were stored in one of the files, and I blew it away when I installed the new version of the files. The worst part was that I had to reconstruct the connection string… This was harder than it sounds as I can never remember the format of the line. For my future reference it looks something like
connectionString=”Database=TTAS;Server=localhost;User ID=userid;Password=password;”
I guess all this sounds a bit boring, but it is what I am working on right now… Right now though I have a new toy to play with, so I had better go and play.