Interchange Perl DBI MySQL

Stichwortsuche
Paketsuche

Debianpakete
  appconfig
  cgi-extratags-perl
  ciphersaber
  courier
  courier
  courier-authlib
  dbix-easy-perl
  debaux
  interchange
  interchange-doc
  jfsutils
  libmime-lite-html-perl
  libtext-mediawikiformat-perl
  libtie-shadowhash-perl
  pure-ftpd
  pure-ftpd
  safe-hole-perl
  set-crontab-perl

Kunden/Partner
  B&N
  Box of Rain
  COBOLT NetServices
  ecoservice
  Gish Network
  IIP/IR Vienna
  Informa
  L & D Computer
  LinSoft IT
  M & D
  materialboerse.de
  Media Business Software
  Medical Business Solutions
  Net Stores
  NextCall
  RUEB
  Tenalt
  Transfair-Net GmbH
  Ulisses
  WebHostNY.com
  Wegacell
  West Branch Angler
  Wintime IT Solutions

Suchergebnisse für firebird2

Entwicklerinformationen
firebird2-classic-server | Firebird Classic Server - an RDBMS based on InterBase 6.0 code | Mehr ...
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. It has been used in production systems,
under a variety of names since 1981.
.
The "classic" architecture uses a new process to handle each connection
which results in somewhat slower operation (but is said to be faster
than "super" on local connections) yet can take advantage of multiple
CPUs on SMP machines. This is the "traditional" architecture.
.
This package contains 1.5.x branch of Firebird.
.
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) under the InterBase Public
License v.1.0 on 25 July, 2000.
.
Homepage: http://www.firebirdsql.org/
firebird2-common | Common files for firebird clients and servers | Mehr ...
This package contains configuration files, message file and logrotate
configurateon for Firebird.
.
Please refer to firebird2-*-server packages for more information about
Firebird in general.
.
Homepage: http://www.firebirdsql.org/
firebird2-dev | Development files for Firebird - an RDBMS based on InterBase 6.0 code | Mehr ...
This package contains header files for Firebird.
.
Please refer to the firebird2-*-server packages for more information
about Firebird in general.
.
Homepage: http://www.firebirdsql.org/
firebird2-examples | Examples for Firebird - an RDBMS based on InterBase 6.0 code | Mehr ...
The examples included in this package are provided as samples and are also
used by Firebird's testing suite (TCS). The examples are in the form
of .h, .c, .e, .fdb and .gbk files.
.
Please refer to the firebird2-*-server packages for more information
about Firebird in general.
.
Homepage: http://www.firebirdsql.org/
firebird2-server-common | Common files for Firebird servers | Mehr ...
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. It has been used in production systems,
under a variety of names since 1981.
.
This package contains files needed by firebird server, both Super Server and
Classic Server flavours.
.
Homepage: http://www.firebirdsql.org/
firebird2-super-server | Firebird Super Server - an RDBMS based on InterBase 6.0 code | Mehr ...
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. It has been used in production systems,
under a variety of names since 1981.
.
The "super" architecture uses separate threads to handle each connection.
It has its advantages (eg: is usually faster and more efficient for large
numbers of clients) but is unable to use more that one CPU on an SMP
system and under some circumstances a client may crash all server threads.
.
This package contains 1.5.x branch of Firebird.
.
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) under the InterBase Public
License v.1.0 on 25 July, 2000.
.
Homepage: http://www.firebirdsql.org/
firebird2-utils-classic | Utilities for Firebird - an RDBMS based on InterBase 6.0 code | Mehr ...
This package contains tools for manipulating the databases in InterBase and
Firebird format (*.gdb & *.fdb). If you're doing anything serious with your
databases (like backups, consistency checks, etc.) you probably should install
this package.
.
Please refer to the firebird2-classic-server package for more information
about Firebird in general.
.
Homepage: http://www.firebirdsql.org/
firebird2-utils-super | Utilities for Firebird - an RDBMS based on InterBase 6.0 code | Mehr ...
This package contains tools for manipulating the databases in InterBase and
Firebird format (*.gdb & *.fdb). If you're doing anything serious with your
databases (like backups, consistency checks, etc.) you probably should install
this package.
.
Please refer to the firebird2-super-server packages for more information
about Firebird in general.
.
Homepage: http://www.firebirdsql.org/
libfbclient1 | Firebird client library | Mehr ...
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. It has been used in production systems,
under a variety of names since 1981.
.
This package contains the client library required to connect to Firebird. It
works with either firebird2-super-server or firebird2-classic-server, as well
as commercial InterBase servers.
.
It uses TCP to connect to the server and is tread-safe.
.
For direct (non-TCP) database access, see libfbembed1.
.
Homepage: http://www.firebirdsql.org/
libfbembed1 | Firebird embedded client/server library | Mehr ...
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. It has been used in production systems,
under a variety of names since 1981.
.
This package containst libfbembed1 - the embedded client/server library for
Firebird.
.
It can work with remote Firebird servers (either super-server or classic) via
TCP connections, in the same way libfbclient does.
.
Contrary to libfbclient1, libfbembed is not thread-safe.
.
When working with local database libfbembed works directly with the database
file without the need of a separate server process. It needs a separate lock
manager -- fb_lock_mgr -- that is in firebird2-classic-server package.
.
If you are in doubt, you most probably need libfbclient1, instead of this
package.
.
Homepage: http://www.firebirdsql.org/





 Projekte

 Marktplatz für Musikinstrumente und Zubehör
 Mehr erfahren ...

 

 Systemadministration für Internetagentur
 Mehr erfahren ...

 

 Reengineering e-procurement System
 Mehr erfahren ...

 

 Marktplatz für elektronische Bauelemente
 Mehr erfahren ...

 

 Foreign Service National Training Database
 Mehr erfahren ...