With trunk I now get this:
Traceback (most recent call last):
File "C:\Users\David\web2py\gluon\dal.py", line 6726, in __init__
self._adapter = ADAPTERS[self._dbname](*args)
File "C:\Users\David\web2py\gluon\dal.py", line 3208, in __init__
self.driver = fdb
NameError: global name 'fdb' is not definedI have not installed fdb yet, but I think the above is a problem whether I have installed it or not? Thanks, D --

