You Too Can Add Enhancements to WDB

[ Go to WDB/Mini SQL Example Pages ] [ Go to Web/Database Pages ] [ WDB Documentation ] [ Original document Check for changes !]
Due to NASA policy, I cannot give away source code that has been developed on NASA time. However, I CAN tell you how I did it, so if you're interested, pull up a chair and pick a feature from the list below that interests you. As I add functionality, the new stuff will appear here.

Keep in mind that some of what I've done is limited to Mini SQL. If you want to duplicate these changes for other databases, you will probably have to do more work since Mini SQL handles requests in a serial manner so there are no problems with 10 users accessing the same data at the same time. Other databases might require some kind of table/page/record locking that I don't have to worry about.

These tutorials are not for the casual reader. You'll have to know something about how WDB works or learn it to apply these changes to the original WDB code. You can scan the original WDB Docs if you want.


Note: Bo Frese Rasmussen, the original WDB author, has returned to working with WDB. He is in the process of incorporating my enhancements into a version 1.5 release of WDB. Stay tuned. As soon as the new version is released, you can bet I will have a link to where you can get it.

This is a list of enhancements I've made to WDB. As the tutorial is written for an enhancement, the list item will turn into a hyperlink. I'm writing the tutorials in no particular order, so if you want to request which one gets done next, or if you use one I've posted here, mail me.


[ Go Back to Example Pages ] [ Go Back to Web/Database Pages ] [ WDB Documentation ]