[firebird-support] Wrting my first UDF for Firebird v1.5

2012-12-17 Thread SoftTech
Greetings All, I had to create a UDF using Delphi that can be imported into Firebird. Currently using v1.5 but am studying up on how to move to the latest version of Firebird. Using this article as my guide I created my first UDF: http://www.firebirdsql.org/en/writing-udfs-for-interbase/ The

[firebird-support] Help with query optimization

2012-12-17 Thread Kevin Donn
I've got a query that I threw together to serve as a search in a web app. My first cut of it used containing operators for the user's search terms and was taking 15-20 seconds to run, which didn't surprise me. I figured I would have to do something smarter than containing. As I began to play

[firebird-support] cpnael plus firebird

2012-12-17 Thread Helio Gomes Pereira da Silva Filho
guys i need some help here... i have a cpanel web server, and a costumer asked me if i can host his site with a firebird databse what i need to do on my server to make it work? install client? install server? install some kind of driver? ...or the person can put it on a remote server and the

RE: [firebird-support] Help with query optimization

2012-12-17 Thread Svein Erling Tysvær
Hi Kevin! I've got a query that I threw together to serve as a search in a web app. My first cut of it used containing operators for the user's search terms and was taking 15-20 seconds to run, which didn't surprise me. I figured I would have to do something smarter than containing. As I