Went back to using MDB2 as a database abstraction layer for Nexista today during some PBooks tests and I'm happy to say that the sql datasource "driver" is working pretty well. A couple of errors:
- Not sure how to handle null values yet
- Had to figure out how to give Nexista's error message system the error message from PEAR, so now when there's a problem, I can be alerted. The getMessage function isn't too detailed though, I may fish around to find how to get the userinfo output without having to patch getMessage.