Re: What's the best free DB for a web-based app?

2005-11-30 Thread C. Jon Larsen
You'd be remiss not to look at Firebird. Mysql5, Firebird 1.5+ and Postgres are what you should be comparing and testing in my opinion.

Re: Problems installing DBD-Interbase on Fedora

2004-09-03 Thread C. Jon Larsen
On Fri, 3 Sep 2004, Cristi Ocolisan wrote: The problems started when I tried to install DBD-Interbase on Fedora, at my client's place. I installed the 1.5.0 Super server RPM from the main Firebird site and I have perl 5.8.0 (compiled from scratch) working very well with FC1 on my

RE: Problems installing DBD-Interbase on Fedora

2004-09-03 Thread C. Jon Larsen
On Fri, 3 Sep 2004, Cristi Ocolisan wrote: Thanks, The server where I try to install has perl v5.8.3 and FireBird 1.5 SuperServer. I'll try to compile perl 5.8.0 and then to install FirebirdSS-1.5.0.4290-0 on that server. Or it is all about Fedora? For me it is the first time

DBD::InterBase: Combining FIRST, SKIP and COUNT(*) in the same query

2004-02-14 Thread C. Jon Larsen
I'm trying to paginate some result sets in the Firebird RDBMS using DBD::InterBase, and having some trouble. I would like to be able to use the $sth-rows method to get the rows returned by a select before I fetch all of the rows (there could be quite a lot of rows, and I only want to fetch