Tuesday, July 12, 2016

Making progress

I added 24 forms to my project yesterday and today I've been testing SQL performance. In order to get the hot performance I have to submit inserts in batches... one big string with semicolon separation. I can do that on the server side as well. It means I have to change some habits, refactor, etc.

I'm very happy. I really enjoy coding when things are moving along.

Update:

I think I'll celebrate by getting some sleep tonight! Yahoo! When coded right you can add or retrieve 1000's of records in a blink. It took a while for me to figure out how. GUI updates take most of the time but I've got ideas about that too.

The only bad news is the DLL I'm calling calls another which I don't have the source for... but I can live with that.

No comments: