ANN: Gtk2::Ex::DBI-0.7

From: Daniel Kasak (dkasak_at_nusconsulting.com.au)
Date: 02/11/05


Date: Fri, 11 Feb 2005 14:58:47 +1100
To: dbi-users@perl.org, gtk-perl-list@gnome.org, perl@lists.mysql.com, mysql@lists.mysql.com, dbdpg-general@gborg.postgresql.org

I'm pleased to annouce the 7th release of Gtk2::Ex::DBI ...
http://entropy.homelinux.org/Gtk2-Ex-DBI/

Gtk2::Ex::DBI is an open-source helper object that makes your Gtk2-Perl
apps data aware. It handles querying, 'painting' records on your
Glade-generated form, passing updates back to the database server,
inserting, deleting, and much more. Roll your own MS Access.

This release completes support for MS SQL Server ( and almost certainly
Sybase ) via DBD::ODBC. Other servers may also work with via DBD::ODBC.

Postgres support is *very* close. I basically need to know how to fetch
the sequence of an inserted record via $dbh->last_insert_id ... but I
don't use Postgres and the docs are a little obscure on what's needed.
Postgres users are encouraged to step up to the plate and complete this
small missing link :)

Dan



Relevant Pages

  • Re: Reading million records
    ... How can I get same performance as FoxPro using Postgres or any other database? ... FoxPro is what is called an ISAM DB - or a double-linked list manager - or in our common language - a "desktop database". ... Postgres is a SQL DB server and those beasts works only on the 'network' - it really doesn't matter where the client actually is - especially in the Postgres case. ...
    (borland.public.delphi.non-technical)
  • Re: Reading million records
    ... How can I get same performance as FoxPro using Postgres or any other database? ... Postgres is a SQL DB server and those beasts works only on the 'network' - it really doesn't matter where the client actually is - especially in the Postgres case. ...
    (borland.public.delphi.non-technical)
  • Re: Microsoft to certify and support SUSE Linux !
    ... Then they will have to give it away and open source it. ... SQL Server integration looks like a weak hack. ... Postgres certainly is. ... MS-SQL Server would not be a huge market for MS on Linux; ...
    (borland.public.delphi.non-technical)
  • Problem with postgresql and need to fix it in the next release
    ... I install FC3 on a server with SELINUX=enforcing and ... I install postgresql and do initdb with the user postgres ... This user must also own the server process. ...
    (Fedora)
  • Re: Secure Postgres access
    ... I would like to access a remote Postgres server from a Python program in a ... Both Postgres and the Python program are running on Linux. ... you put their pubkey in authorized_keys on the server for SSH connection. ...
    (comp.lang.python)