Base isn't a database, it is a bridge between (on the one hand) a database program (server), that program's databases (tables, fieldds and data) and (on the other hand) OOo documents.
A database program is bundled in with OOo, which is the default 'back end' that is used with Base. This is
HSQLDB.
You can use many other databases, such as say MySQL. Install MySQL and create your database in MySQL. Then use Base to access that database from within OOo if that is also a requirement. You can then use your MySQL (or PostGRES, etc etc) database with Coldfusion, as it is already in one of the supported formats.