How tightly are the various components of GoDB linked and can they be de-coupled and used as individual components?
Browser, File System, Hardware Abstraction Layer cannot be de-coupled. All other components can be de-coupled. Further, the components are inter-changeable. For example, the SQL engine can be swapped with a ADO / ODBC module to access server RDBMS. The HTTP Module can be replaced to use HTTPS or WININET or even RS232 for communication.