Main > Free Download Search >

Free 2009 firebird software for linux

2009 firebird

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 57
Firebird .NET Data Provider 2.1.0

Firebird .NET Data Provider 2.1.0


Firebird .NET Data Provider is an ADO.NET data provider for Firebird. more>>
Firebird .NET Data Provider is an ADO.NET data provider for Firebird. Firebird .NET Data Provider is written in C# and provides a high-performance native implementation of the Firebird API. It also includes an implementation of the Firebird Services API and Firebird array datatype support.

Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981.

Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) on 25 July, 2000 under the InterBase Public License v.1.0
<<less
Download (0.56MB)
Added: 2007-03-24 License: MPL (Mozilla Public License) Price:
968 downloads
Firefoot Library 0.1.3

Firefoot Library 0.1.3


FireFoot is library that provides an easy way for C language programmers to connect to Firebird database servers. more>>
FireFoot is library that provides an easy way for C language programmers to connect to Firebird database servers (and provably Interbase). It uses the Firebird/Interbase API.
Library supports:
- Create, delete, connect to Firebird database servers.
- Single transaction management.
- Common or parametrized SQL statement support.
- Support for basic data types and BLOBs.
- User management support.
- Support the backup and restore of databases.
This library exists as an alternative of Firebird/Interbase C language API. It is made in C language, using GLib object model.
- It is planned to be multiplatform, working at least on Linux and Windows. Until now it is only tested on Linux, but shouldnt be a problem to port it to Windows.
FireFoot libary is released under the GNU/GPL version 2 licence.
<<less
Download (0.50MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1549 downloads
Viewnior 0.4

Viewnior 0.4


Elegant Image Viewer more>>

Viewnior 0.4 is a compact yet extremely powerful tool you should not miss. It is actually an elegant Image Viewer developed by Siyan Panayotov. It was created to be simple, fast and elegant. Its minimalistic interface provides more screenspace for your images.

Viewnior is inspired by big projects like Eye of Gnome, because of its usability and richness,and by GPicView, because of its lightweight design and minimal interface. So here comes Viewnior - small and light, with no compromise with the quality of it's functions. The program is made with better integration in mind (follows Gnome HIG2)

Viewnior is written in C (GTK+) and uses modified version of the GtkImageView library by Bjourn Lindqvist. Without it, image viewing wouldn't be such a pleasure.

Major Features:

  1. Fullscreen & Slideshow
  2. Rotate, flip, save, delete images
  3. Animation support
  4. Browse only selected images
  5. Navigation window
  6. Set image as wallpaper (only under GNOME, see INSTALL file)
  7. Simple interface
  8. Supported languages:
    • English
    • Bulgarian
    • Polish

Enhancements: 19 May 2009

  • New features:
    • Drag'n'Drop
    • Set Wallpaper (optional / only for Gnome)
    • Fullscreen and Slideshow
    • Add "Open Image" and "Open Folder" to the File menu
    • Add "Delete" to the File menu
  • Fixes:
    • Multiple code fixes

Requirements:

  • gtk+
<<less
Added: 2009-05-20 License: GPL Price: FREE
14 downloads
JayBird 2.0.1

JayBird 2.0.1


Jaybird is JCA/JDBC driver suite to connect to Firebird database server. more>>
Jaybird is JCA/JDBC driver suite to connect to Firebird database server. Historically Borland opened sources of type 3 JDBC driver called InterClient.

However due to some inherent limitations of Firebird client library it was decided that type 3 driver is a dead end, and Firebird team developed pure Java implementation of wire protocol.

This implementation became basis for JayBird, pure Java driver for Firebird relational database.

This driver is based on both the new JCA standard for application server connections to enterprise information systems and the well known JDBC standard.

The JCA standard specifies an architecture in which an application server can cooperate with a driver so that the application server manages transactions, security, and resource pooling, and the driver supplies only the connection functionality.

While similar to the JDBC 2 XADataSource idea, the JCA specification is considerably clearer on the division of responsibility between the application server and driver.

JayBird 1.5 provides extensions to some JDBC interfaces. All extension interfaces are released under modified BSD license, on “AS IS” basis, this should make linking to these classes safe from the legal point of view. All classes belong to org.firebirdsql.jdbc.* package.

JayBird 1.0 provided only pure Java wire protocol implementation. While being most effective in client-server setups (even more effective than native client libraries), it performed worser when connected to the server residing on the same host compared to native (C/C++/Delphi/etc) solutions. Reason is that type 4 driver communicates with the server using network sockets, which introduce additional overhead. Native client library has possibility to use IPC when connecting to the database on the same host. This might increase performance even by 100%.

JayBird 1.5 provides also type 2 JDBC driver that uses native client library to connect to the databases. Additionally JayBird 1.5 can use embedded version of Firebird relational database allowing to create Java applications that does not require separate server setup.

However type 2 driver has also limitations. Due to multi-threading issues in Firebird client library, it is not possible to access it from different threads simultaneously when running in local mode (IPC). In this case only one thread is allowed to access library at a time. Driver tries to provide needed synchronization.

Current implementation uses mutex that is local to the classloader that loaded JayBird classes. This poses some deployment limitations: firebirdsql.jar must be deployed so, that it is loaded by the system classloader. For standalone web containers like Resin or Tomcat, JayBird should usually be deployed in their lib/ directory. It is allowed to include it in the WAR archives, but if and only if it is guaranteed that only one application will access Firebird.

When accessing remote servers thread per connection policy applies. Driver provides necessary synchronization for this situation.

Embedded version of the server cannot be used on Linux systems in multi-threaded applications. In particular this makes embedded version of the server unusable for web applications, where usually each request is served in separate thread.

<<less
Download (2.8MB)
Added: 2006-01-09 License: MPL (Mozilla Public License) Price:
1390 downloads
KInterbasDB 3.2

KInterbasDB 3.2


KInterbasDB is a Python extension package that implements Python Database API 2.0-compliant support. more>>
KInterbasDB project is a Python extension package that implements Python Database API 2.0-compliant support for the open source relational database Firebird and some versions of its proprietary cousin Borland Interbase.
In addition to the minimal feature set of the standard Python DB API, KInterbasDB also exposes nearly the entire native client API of the database engine.
Enhancements:
- At concurrency_level 1, it was possible for a deadlock to occur if KInterbasDB simultaneously raised an exception in one thread while executing a SQL statement in another. This problem did not affect concurrency_level 2. Thanks for Atsuo Ishimoto for reporting this bug.
- The official implementation of the automagic TEXT_UNICODE type translator (in the kinterbasdb.typeconv_text_unicode module) was missing support for the new character sets introduced in Firebird 2.0 (namely, the corrected version of UTF8, plus KOI8-R, KOI8-U, and WIN1258). Thanks to Oleg Deribas for bringing this to my attention.
<<less
Download (0.31MB)
Added: 2006-08-11 License: BSD License Price:
1170 downloads
Tiny Report 0.9

Tiny Report 0.9


Tiny Report is a database reporting tool and report generator like Crystal Reports. more>>
Tiny Report is a free software that helps you to Design, Manage, and Deliver Reports for Extreme Business Insight.
It simply automates to production of dynamic PDFs. It allows you to design your templates in OpenOffice.
Main features:
The process
- Design your .SXW fie in OpenOffice,
- Use tiny_sxw2rml.py to convert the file in a .RML template,
- Use tiny_report.py to produce PDF file using any database.
Report Designer
- The report designer used is OpenOffice. All styles, tags and features of OpenOffice documents (.SXW) are implemented instead frames.
- No specific language to learn,
- Support style, colors, table, section, items, images, ...
- OpenOffice is not needed to render the PDF
Data Acquisition
- Support python expressions for effective computation,
- Browse through table with the object relationnal mapping,
- You do not have to code the database structure (introspection on the DB),
- You can create your own object and functions
- Lots of databases supported: MySQL, Postgres, SQLite, Firebird, SybaseConnection, MAX DB
- Support all links between tables (one2many, many2one, ...),
- Lots of special features using simple Python: group, sort.
Report Renderer
- Fast, simple and easy,
- Standalone to be included in other applications.
<<less
Download (0.36MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
888 downloads
Firebird Relational Database 2.0 / 2.1 Beta 1

Firebird Relational Database 2.0 / 2.1 Beta 1


Firebird Relational Database is a cluster of databases through JDBC. more>>
Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms.

Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. Firebird Relational Database has been used in production systems and under a variety of names since 1981.

Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) on 25 July, 2000 under the InterBase Public License v.1.0.


New code modules added to Firebird are licensed under the Initial Developers Public License. (IDPL). The original modules released by Inprise are licensed under the InterBase Public License v.1.0. Both licences are modified versions of the Mozilla Public License v.1.1.

Installing:

In order to install the firebird version of IB 6.0 you will need to perform the following steps:

1. Get the required packages:

Get the glibc update from RedHat, the one I used
was from ftp://updates.redhat.com/7.0/i386/glibc-2.2-5.i386.rpm

Get ncurses4 from
ftp://carrier.ision.net/pub/ftp.redhat.com/i386/en/RedHat/RPMS/ncurses4-5.0-2.i386.rpm
or another redhat mirror.

Get Firebird from
ftp://firebird.sourceforge.net/pub/firebird/release/FirebirdSS-0.9-1.i386.rpm

2. Prepare the installation:

Log in as root.
Use a plain text console to do this and be sure
that all Gnome desktops are closed.
(One user reported that the Gnome desktop
(apparently ICEwm)
blocked port 3050. I could not reproduce this
here, but it seems that it uses port numbers
that arent assigned in /etc/services for own
purposes)

3. Add localhost.localdomain to /etc/hosts.equiv:
echo localhost.localdomain >>/etc/hosts.equiv

4. Change to the directory where you have placed
the downloaded packages.

5. Install the glibc update:
rpm --install --force glibc-2.2-5.i386.rpm

6. Install libncurses.so.4:
rpm --install --force ncurses4-5.0-2.i386.rpm

7. Install Firebird:
rpm --install --force FirebirdSS-0.9-1.i386.rpm

8. Add /opt/interbase/bin to your path:
You can either change /etc/profile
or do
export PATH=$PATH: /opt/interbase/bin
or
change the profiles in your users home directories

9. Check that all went well:

Read /opt/interbase/SYSDBA.password
to get your SYSDBA password.

gsec -display
should display the list of known users
(SYSDBA only after a fresh install)

isql /opt/interbase/examples/employee.gdb
SQL> SHOW TABLES;
should display all tables from this database
SQL>quit;
<<less
Download (1.4MB)
Added: 2007-07-02 License: MPL (Mozilla Public License) Price:
847 downloads
FlameRobin 0.7.6

FlameRobin 0.7.6


FlameRobin is a database administration tool for Firebird DBMS. more>>
FlameRobin project is a database administration tool for Firebird DBMS.
Main features:
- lightweight (small footprint, fast execution)
- cross-platform (Linux, Windows for start, others planned too)
- dependant only on other open source software
<<less
Download (1.7MB)
Added: 2006-11-22 License: Free for non-commercial use Price:
1069 downloads
Mozilla Firefox 2.0.0.6

Mozilla Firefox 2.0.0.6


Mozilla Firefox is a Mozilla browser. more>>
Mozilla Firefox project (formerly Firebird, which was formerly Phoenix) is a redesign of Mozillas browser component, written using the XUL user interface language and designed to be cross-platform.
Mozilla Firefox is a Mozilla browser.
It is small, fast and easy to use, and offers many advantages over other web browsers, such as the tabbed browsing and the ability to block pop-up windows.
Main features:
- comprehensive popup controls to keep unwanted advertising off your desktop;
- a tab browsing mode that lets you open several pages in a single window, allowing you to load links in the background without leaving the page youre on;
- integrated search (powered by Google);
- industry leading accessibility with Find As You Type - find links and page text by simply typing;
- simplified privacy controls that let you cover your tracks more effectively;
- a streamlined browser window that lets you see more of the page than any other browser while at the same time being more configurable;
- a large variety of free downloadable extensions and themes that add specific functionality and visual changes to the browser.
<<less
Download (9.2MB)
Added: 2007-07-31 License: MPL (Mozilla Public License) Price:
858 downloads
 
Other version of Mozilla Firefox
Mozilla Firefox 1.5.0.12Mozilla Firefox project (formerly Firebird, which was formerly Phoenix) is a redesign of
License:MPL (Mozilla Public License)
Download (8.1MB)
5169 downloads
Added: 2007-05-30
ibWebAdmin 1.0.2

ibWebAdmin 1.0.2


ibWebAdmin is a web frontend for the Firebird and InterBase database server. more>>
ibWebAdmin is a web frontend for the Firebird and InterBase database server. ibWebAdmin project makes the attempt to support all features which Firebird and SQL are offering.
Even if this goal is unattainable, quite a few steps have already been done. By now ibWebAdmin has the basic functions for creating, deleting, modifying databases, tables, generators, triggers and domains. It lets you import, export, enter, edit, delete, query, browse your data. And some more ...
To execute this program you need, beside the Firebird or InterBase database server, an apache webserver with php support.
Enhancements:
- restored php4 compatibility by adding a php4 replacement for the php5-only array_combine() function
<<less
Download (0.60MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1189 downloads
SoL 25.00

SoL 25.00


SoL - Server optimized Linux is a distribution optimized for use on servers. more>>
SoL - Server optimized Linux is a distribution optimized for use on servers. When installing SoL-desktop on SoL you get a Linux-desktop for home and office-use!
With SoL-desktop you get a powerful Linux-Workstation with TrueType Fonts, multimedia tools, development kits and tons of other features.
SoL-desktop was released for those who also want to use SoL as desktop-system, without getting all the packages and compiling them.
The current stable version of SoL-desktop is 18.00 and was released June 10, 2004.
Main features:
- KDE 3.2 Desktop environment + security patches
- Gnome 2.4 Desktop environment
- Mozilla 1.8a1
- OpenOffice.org1.1.1
- Video-Conference software: Gnomemeeting
- Gxine, MPlayer, Beep ,... multimedia players
- Drag & Drop CD-writing in Gnome 2.4!
- Latest KDevelop studio
- Communication software: licq,xchat,kopete,gaim,..
- UML: Umbrello, DIA
- Education Software
- ...and ~900 programms more
Enhancements:
- Fast and easy installation system with RAID wizard; supports network (over PXE) and DVD installation; optimized for modern CPU architectures; ready to use as XEN dom0 or domU; features QEMU mode to boot right from Windows; integrated server development workbench tools; full-featured diskless training; software: Nagios monitoring tools, IPVS, Heartbeat, DRBD, keppalived cluster tools, Xen 3.1.0 and QEMU 0.9.0, X.Org 7.2, Zope 2.10.3 application server, Apache 2.2.4 with PHP 5.2.1 extension, Enlightenment E17 desktop; MySQL 5.0.x and MySQL GUI Tools, PostgreSQL, Firebird and SQLite database backends....
<<less
Download (1815MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
850 downloads
PHP Client Sniffer 2.1.3

PHP Client Sniffer 2.1.3


PHP Client Sniffer is a PHP class file that allows one to quickly determine the clients browser. more>>
PHP Client Sniffer is a PHP class file that allows one to quickly determine the clients browser and system information based on the HTTP_USER_AGENT string. The class can be used to generate browser specific html marks and other client side scripting.
Enhancements:
- add k-meleon support
- add camino support
- add mozilla firebird support
- add amiga support
- fixed issues with netscape and gecko browsers
<<less
Download (0.020MB)
Added: 2006-06-29 License: LGPL (GNU Lesser General Public License) Price:
1217 downloads
schily 2009-07-06

schily 2009-07-06


schily is a set of tools written or managed by J?rg Schilling. more>>
schily 2009-07-06 is developed to be a set of tools written or managed by Schilling. It includes programs like: cdrecord, cdda2wav, readcd, mkisofs, smake, btcflash, calc, calltree, change, compare, count, devdump, hdump, isodebug, isodump, isoinfo, isovfy, label, mt, p, sccs, scgcheck, scpio, sdd, sfind, sformat, smake, star, star_sym, suntar, gnutar, tartest, termcap, and ved.

Enhancements:

  • Smake is allowed to use /bin/bosh instead of bash on Linux or ksh on HP-UX.
  • Some small problems were fixed in smake.
  • Cdrtools was upgraded to 2.01.01a53.
  • Some extensions were made as a first step to allow compilation on the ATARI ST with MINT.
<<less
Added: 2009-07-07 License: CDDL Price: FREE
14 downloads
SureMoKu 2009-05-28

SureMoKu 2009-05-28


SureMoKu 2009-05-28 is another compact yet useful SMK analysis tool. It is actually a software used for analysing positions in renju / gomoku games more>>
SureMoKu 2009-05-28 is another compact yet useful SMK analysis tool. It is actually a software used for analysing positions in renju / gomoku games.

Requirements:

  • Python
<<less
Added: 2009-05-29 License: BSD License Price: FREE
17 downloads
Konq Rellinks 0.4.1

Konq Rellinks 0.4.1


Konq Rellinks is an add-on for Konqueror. more>>
Konq Rellinks is an add-on for Konqueror, the official KDE browser.
It allows you to access the relations defined in the header of the document. These relations can be links to other versions of the document, RSS backend, search page, copyright informations,.... For more informations about this, see The link-Element in (X)HTML .
The look of the Rellinks add-on is similar to the "Site Navigation Toolbar" of the Mozilla browser (not Mozilla Firebird).
Enhancements:
- Support for "target" attribute,
- Distinction between "rel" and "rev" relations
<<less
Download (0.047MB)
Added: 2005-06-06 License: GPL (GNU General Public License) Price:
1600 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4