Already having installed on my PC the database (Firebird 2.5 Alpha1) and a client tool (Flamerobin 0.8.6) I went for the server, downloading and installing the free developer version of ColdFusion 8 from Adobe's site.
Install went smooth and I just confirmed every default option but the drive D: in my case instead of the standard C:
After the install finished I logged into the admin console at the default address and opened the Server Setting Summary:
- ColdFusion server version: 8,0,1,195765
- Edition: Developer
- Java VM Version: 1.6.0_04
The driver downloads as a zip file, unzip it, extract the driver:
A quick check confirmed that the driver is in the server classpath:
Don't forget to restart the Firebird server.
Ok, time to go back to ColdFusion and set up a Data Source:
After clicking "Add" a new form opens, asking for some other details:
- JDBC URL: jdbc:firebirdsql:127.0.0.1/3050:pippo (note the alias, no need for the full path)
- Driver Class: org.firebirdsql.jdbc.FBDriver
- Driver Name: JayBird
- Username: your user, standard admin name is SYSDBA
- Password: your password, standard password for SYSDBA is masterkey
A Devshed forum use has put up a quick tutorial some time ago, kudos to him but it looks like it's a bit old (2003) and "poor in graphics" ;), you can find it here, I added some notes there which correspond to the content of this post.