"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
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
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
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
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