[Python] Re: migrazione da msaccess a python
Enrico 'Henryx' Bianchi
henryx_b a yahoo.it
Sab 8 Set 2007 17:10:15 CEST
Manlio Perillo wrote:
> Leggendo la documentazione dosponibile, mi sembra di capire che la
> modalità embedded sia disponibile solo per Windows.
Ehm...
ebianchi a montgomery:~$ apt-cache show libfbembed2
Package: libfbembed2
[...]
Description: Firebird embedded client/server library
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 on 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 libfbclient, 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 -- which is in firebird2.0-classic package.
.
If you are in doubt, you most probably need libfbclient2, instead of this
package.
.
Homepage: http://www.firebirdsql.org/
Tag: role::shared-lib
ebianchi a montgomery:~$
Enrico :)
P.S. non ci avevo fatto caso, ma e` bello vedere che la descrizione del
pacchetto e` stata presa pari pari da quella di Firebird 1.x :)
P.P.S. per quanto riguarda la documentazione, leggi anche le release
notes di ogni versione, sono molto esplicative e ben fatte
Maggiori informazioni sulla lista
Python