» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Firebird + Technical

Another great new feature of Firebird 2.5

Other than CREATE USER something really valuable has been added, the ability to query other databases.                    

Firebird: Firebird News

Firebird SuperClassic - Another option

Called SuperClassic, it will be the basis for the multi-processor support that we’ll see in Firebird 3.0. Don’t lose count. Starting from Firebird 2.5 you will be able to choose among SuperServer, ClassicServer and SuperClassic. Basically SuperClassic is like ClassicServer. Only instead of a process for each attachment it uses a single process with a thread for [...]

Firebird: Firebird News

Apache, PHP and Firebird Performance Tuning

In the last post I commented that I had a test-bed application, based on Apache, PHP and Firebird, and once the problem with the images was solved I could finally start doing the actual performance testing/tuning that I originally wanted to do.  The only major changes from the last post is that I’ve now upgraded the database engine to the [...]

Firebird: Firebird News

Firebird 1.5 Language Reference Update is Published

The Firebird Documentation Project coordinator (Paul Vinkenoog) is pleased to announce that the first volume of the Firebird Language Reference Update series, for Firebird 1.0.x and 1.5.x, is now available in both HTML and PDF formats. Other volumes will follow, each encompassing a macro release. Translations are under way.

Firebird: Firebird News

Latest FBLib for Delphi/Lazarus

At the moment (well, for the last two years now) we only use FBLib. The original author is nowhere to be found, so I started maintaining or rather fixing the issues we deteced. For our latest FBLib, you can get a update from tiOPF’s project on SourceForge.net. svn co https://tiopf.svn.sourceforge.net/svnroot/tiopf/3rdParty/FBLib/Trunk FBLib I tagged the original version of FBLib as well, so [...]

Firebird: Firebird News

Solaris and the 256 File Descriptor Problem

Some of you reading this may remember that back when InterBase 6.0 was released on Solaris we ran into a fundamental problem on Solaris. It seems that since 1992 there has been an open bug documenting Solaris’ file descriptor problem: “32-bit stdio routines should support file descriptors >255.” When this issue was discovered, we chose to [...]

Firebird: Firebird News

Left outter joins and “where” joins confusion

If you still have the habit of joining tables in the “where clause”, instead of using explicit join sintax (SQL92), you prabably would like to check this post describing possible wrong result sets due to bad understanding on how it works.

Firebird: Firebird News

PHP Firebird driver á la ActiveRecord

A very useful Firebird driver for performing most CRUD database operations in PHP.

Firebird: Firebird News

Firebird qli.exe scripts documentation

Does someome have any links or documentation for qli.exe? I recently used qli.exe scripts for fixing BD structure corruption as described in http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_db_corr , since then and I’ve been searching for information about qli commands or scripts but it seems not to be so much information about it. Near the bottom of this page is a download link for the qli syntax [...]

Firebird: Firebird News

FB training videos (free)

From IBExpert Team: We have published new Firebird Training Videos on google video. The videos were recorded during the firebird Conference 2007 and gives you an introduction into the most important Firebird database technologies. The access to the videos (total about 8 hours) is free for everyone. IBExpert customer can find a link in the [...]

Firebird: Firebird News

Firebird .NET provider for Entity Framework is back

By Jiri : Well, not so back as you might think, but the incompatibility between Beta 3 and SP1 Beta 1 is gone. I’ve done some new methods etc. so it’s now at least able to work in totally simple cases. In next weeks I’ll try to review all the changes and push the support [...]

Firebird: Firebird News

Firebird code analysed by new C++ tool

A good usage of C, C++ and similar languages involves using the language in a disciplined manner, such that the hazards brought by their weaknesses and more error-prone features are minimized. To that end, it is common to require that code rely only on a well-defined subset of the language, following a set of coding [...]

Firebird: Firebird News

Using Lazarus Free Pascal Ide with Firebird in Ubuntu Hardy

Lazarus Ide is now included in Ubuntu Hardy/Intrepid and can be easily be installed and then can work with Firebird

Firebird: Firebird News

Data load speed test , Mysql vs Firebird

I’ve run some data load tests with various databases using DBMonster, so connecting to databases through JDBC on a WindowsXP personal computer. Here are the results, in both cases I loaded 100 rows in the parent table and 1000 in the child table, with foreign keys enabled.

Firebird: Firebird News

remember to upgrade to firebird 2.0.4 or firebird2.1

Stack-based buffer overflow in Firebird before 2.0.4, and 2.1.x before 2.1.0 RC1, might allow remote attackers to execute arbitrary code via a long username. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0467 Security vulnerability in Borland InterBase A security vulnerability discovered early this year in open source database Firebird also affects Borland’s InterBase. The security vulnerability allows …

Firebird: Firebird News

Firebird with Real Basic

If you try to connect with Real Basic here is the How To

Firebird: Firebird News

Installing jaws cms on ubuntu and firebird backend

Here is an howto install jaws php cms on ubuntu with firebird backend

Firebird: Firebird News

Installing pear MDB2 Driver for Firebird

This guide was tested on Ubuntu Hardy , I assume that php5-interbase and firebird is already installed Next you will need to install MDB2 package using pear $sudo su #pear install MDB2 #pear install MDB2#ibase Then you need to read the manual how to use this php driver Now is time to create an mdb2 example employee.php The connection string is created [...]

Firebird: Firebird News

Firebird security bug fixed in gentoo linux

Firebird allows remote connections to the administrative account without verifying credentials. The default configuration of Firebird before 2.0.3.12981.0-r6 on Gentoo Linux sets the ISC_PASSWORD environment variable before starting Firebird, which allows remote attackers to bypass SYSDBA authentication and obtain sensitive database information via an empty password. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1880

Firebird: Firebird News

Video about new features of FB 2.1

ActiveDelphi site released an on-line video (in portuguese) showing some of the new features of Firebird 2.1. You need to (free) register in the site to be able to download the video.

Firebird: Firebird News

Performance improvement by using firebird client from cvs head

He doubled his performance by just switching the firebird client : We’ve just built and tested ‘libfbclient.so’ from the head branch and tested it against the release version 2.0.3. In other words, we only switched out the client library, and left the database server itself intact at version 2.0.3. The performance improvement is huge: fbclient-head: 6% processing time spent in ‘futex’ fbclient-2.0.3: [...]

Firebird: Firebird News

Integrated auth in Firebird 2.1

Just a quick sample of integrated windows auth in Firebird 2.1

Firebird: Firebird News

Lazy Loading across relationships in Entity Framework

Few days/weeks back I had an error in Entity Framework client in FirebirdClient. Today I finally found it and fixed it. While playing with walking across relationships one think suprised me. As you you, when you navige your code thru “entities” in LINQ to SQL the lazy loading works and works in background, you don’t [...]

Firebird: Firebird News

Get to know FB in 2 minutes - Updated!

With the recent release of Firebird 2.1 final, it is time to update the “Get to know Firebird in 2 minutes” paper. English (PDF/HTML) and Brazilian Portuguese is already up to date (revision 1.2). You can help translating/updating the document to other languages. [Upd] German, French and Czech versions are now updated too.

Firebird: Firebird News

The 2nd part of the Interbase and Firebird Developer’s manual for ADO .Net

The 2nd part of the Interbase and Firebird Developer’s manual for ADO .Net has published. It describe code generators and Visual Studio 2005/2008 tools.

Firebird: Firebird News

Firebird and OpenOffice

Here you will find a tutorial with screenshots prepared for those who want to see all the things we can do with OpenOffice connected to Firebird.

Firebird: Firebird News

The ZeosLib DBOs 6.1.5 - With Delphi 7 and Firebird 1.5

This little article shows how to access Firebird databases by using the ZEOS component Library in version 6.1.5 (including Patches 1&2) and how to use these components in database applications. It does not matter if you use the “real” SQL-Server or the embedded version which is restricted to local held databases. A couple of examples [...]

Firebird: Firebird News

Firebird Developer’s manual for Visual Studio .Net

IBProvider just released an on-line manual for using its own OLEDB driver to work with Firebird or InterBase databases in Visual Studio .Net.

Firebird: Firebird News

NULL Handling in SQLite Versus Other Database Engines

The goal is to make SQLite handle NULLs in a standards-compliant way. But the descriptions in the SQL standards on how to handle NULLs seem ambiguous. It is not clear from the standards documents exactly how NULLs should be handled in all circumstances.

Firebird: Firebird News

New Firebird packages fix several vulnerabilities in debian

This Debian security advisory is a bit unusual. While it’s normally our strict policy to backport security bugfixes to older releases, this turned out to be infeasible for Firebird 1.5 due to large infrastructural changes necessary to fix these issues. As a consequence security support for Firebird 1.5 is hereby discontinued, leaving two options to administrators running a Firebird database: I. [...]

Firebird: Firebird News

Using IB/FB System Tables

This is a nice article written by Felix Colibri, and includes a diagram showing the relationships among all the system tables.

Firebird: Firebird News

Entity Framework and Firebird (Part 2)

by jirkaWe’re moving, slowly, step-by-step. And new functionality is coming in view. Just two pictures showing a piece of functionality. Yes, it’s a “LINQ to Firebird”, in fact LINQ to Entites connected to Firebird.

Firebird: Firebird News

installing ibwebadmin 2.0 from cvs

you will need an apache+php+php5interbase setup (in ubuntu or any distro,or windows) [See remaining text…]  $sudo apt-get install php5-interbase cvs then checkout the latest version in /var/www directory $cd /var/www $cvs -d:pserver:anonymous@ibwebadmin.cvs.sourceforge.net:/cvsroot/ibwebadmin logincvs -z3 $sudo cvs -d:pserver:anonymous@ibwebadmin.cvs.sourceforge.net:/cvsroot/ibwebadmin co -P ibwebadmin $sudo [...]

Firebird: Firebird News

Exceptions, gcc and Solaris 10 AMD 64bit

Blog post by Paul Beach.For a little while now Alex and I have been battling a problem on Solaris 10 64bit AMD. We have been trying to port Firebird 2.0x to 64bit Solaris. However after fixing a few issues, e.g. defining the platform etc, we found that isql_static would core dump on trying to create [...]

Firebird: Firebird News

Deprecated parameters

Pay attention, specially if you are using old IBO versions: Dmitry Yemanov posted in Firebird-Devel list that the OldParameterOrdering setting (found in Firebird.conf) will be removed from Firebird 2.5, and OldColumnNaming will be removed in FB 3.0. Both of them were introduced as temporary solutions to compatibility problems, to give time to developers solve the [...]

Firebird: Firebird News

Firebird JDBC and OOo 2.3

I having been trying to connect (without success) to a Firebird server from OOo 2.3.[ED:but in the end it was solved by using this guide and it was fast too ]

Firebird: Firebird News

Page 1 | Next >>