I'm trying to set up a Firebird embedded server for a simple C++ application that I'm making. It'll use one .fdb file that's intended to be only used by the application, but I want to be able to move the application and the database file around between PCs.
How do I set this up? There is a surprisingly little number of Firebird C++ tutorials that take the 'embedded' part into account, and I don't know how to set up the code (which files to use in my project, which includes to #include, which code to use to start a connection).