Re: Simple database explorer

2010-10-09 Thread dusans
"Its the right answer for a program that needs to be used with many different RDBMSes, especially if you use its metadata access procedures." U got it right :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Simple database explorer

2010-10-08 Thread Martin Gregorie
On Fri, 08 Oct 2010 02:04:39 -0700, dusans wrote: > On Oct 7, 7:49 am, Lawrence D'Oliveiro central.gen.new_zealand> wrote: >> In message >> <21c99273-ed58-4f93-b98a-d9292de5d...@k10g2000yqa.googlegroups.com>, >> dusans wrote: >> >> >  - all the others having ODBC drivers... >> >> ODBC seems to be

Re: Simple database explorer

2010-10-08 Thread dusans
On Oct 7, 7:49 am, Lawrence D'Oliveiro wrote: > In message > <21c99273-ed58-4f93-b98a-d9292de5d...@k10g2000yqa.googlegroups.com>, dusans > wrote: > > >  - all the others having ODBC drivers... > > ODBC seems to be something you use when you can’t use a proper database > driver. yes. first i have

Re: Simple database explorer

2010-10-06 Thread Lawrence D'Oliveiro
In message <21c99273-ed58-4f93-b98a-d9292de5d...@k10g2000yqa.googlegroups.com>, dusans wrote: > - all the others having ODBC drivers... ODBC seems to be something you use when you can’t use a proper database driver. -- http://mail.python.org/mailman/listinfo/python-list

Simple database explorer

2010-10-04 Thread dusans
Hi. Im making a simple database explorer in PyQt. I hope somebody here might find it usefull :) http://code.google.com/p/simple-database-explorer/ Simple database explorer for: - Netezza - Oracle - Sqlite - MySQL - PostgreSQL - all the others having ODBC drivers... -- http