ZeosLib (the database component inside mAirList) does support Firebird. Although I haven’t used it myself.
According to the documentation, the “protocal” parameter needs to be one of the following: ‘firebird-1.0’, ‘firebird-1.5’, ‘firebird-2.0’, ‘firebirdd-1.5’, ‘firebirdd-2.0’
You will also need the correct client DLL, obviously “fbclient.dll” (or “gds32.dll”, which must be renamed to “fbclient.dll”). Here’s an article with a little background: http://zeos.firmos.at/kb.php?mode=article&k=12
I’ve keyed is ‘firebird-1.0’ and then tested it…it says " database succesfully connected" or whatever, but when testing in mAirList, it does not connect. Of course this may be due to not congiguring what you said Torben. I do not have a clue how to do that i must say! Also, when attempting to edit it it does not open in Dreamweaver or even Notepad. What should i use if i find out what to change within it?
I’ve attempted a re-install with SAM BC using a MySQL database and of course downloaded MySQL, but still i get the error message that “the requested database driver could not be found”. Here are the details.
If it’s a recent MySQL server version (5.0 or so), you will need to set the password with OLD_PASSWORD so that the old 3.23 DLL will work. Just do a forum search or Google search.
What i’ve done is this (off MySQL site)- Using MySQL Command Line
mysql> UPDATE mysql.user SET Password = OLD_PASSWORD([i]'my password is here'[/i])
-> WHERE Host = 'localhost' AND User = 'root';
mysql> FLUSH PRIVILEGES;
Then gone to mAirList configuration and then changed the password to the password i keyed in. Yet no success…
Is what i did right?
EDIT- sorted it now! Used the one you posted in the German forums- root@localhost version! Works great. Thanks for your help!
Recently we have had to reinstall both MySQL and SAM Broadcaster, due to SAM BC becoming corrupt every time the computer restarted, meaning re-installing it every time. When looking at the Windows event log, it seemed to be MySQL causing the error, so it meant un-installing that too.
So far, we are unsure if the problem is solved, but in the meantime, it has meant mAirList does not connect to MySQL. I think I’m having the same problem as the previous post of mine! Silly me!! I can’t find the original ‘German’ post which I spoke about in the previous post :\
Would anyone be able to put me in the right direction?
It’s the script that does the OLD PASSWORD reset to be used with later version of MySQL with the 3.23 protocol. It was a similar script to the one posted above. I’ve had a search around with no luck! Any help would be very grateful!