Nice to see you've got time to actually play the game Sam *grumble* !
I've had a bit of a set back this end, i've been using a third party .dll to handle my SQL access and i've found a problem, on ocassions when there is an error it does not fail safe. It can actually terminate execution of my software without my software even being given the chance to trap the error, and because the programming language I am using embeds the .dll, it fails unsafe.
This behaviour makes it unuseable in the CTRA, i'm getting rogue errors without error codes that are forcing program terminanation. Often i'm doing the same thing I was doing moments earlier, it's unpredictable and the fail unsafe behaviour is unusable.
So now I am using a new database module, it's written by somebody I know of and have respect for their programming abilities so i'm hopeful it will deliver the results we need - but it is more complicated than the previous one.
I hope to rewrite the entire SQL source file today in an effort to get back to where I was.