Simple database explorer

Martin Gregorie martin at address-in-sig.invalid
Fri Oct 8 18:13:55 EDT 2010


On Fri, 08 Oct 2010 02:04:39 -0700, dusans wrote:

> On Oct 7, 7:49 am, Lawrence D'Oliveiro <l... at geek-
> central.gen.new_zealand> wrote:
>> In message
>> <21c99273-ed58-4f93-b98a-d9292de5d... at 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.
>
Its the right answer for a program that needs to be used with many 
different RDBMSes, especially if you use its metadata access procedures.
 
> yes. first i have been mixing native and odbc drivers. Now i only use
> odbc. Odbc is not the best but its good enought for a sql explorer. Dont
> know how its on unix thou
>
Use unixODBC. Its a wrapper that lets Windows ODBC drivers be run on UNIX/
Linux and there's a Python module that provides an interface to unixODBC 
and a Data Manager utility that configures ODBC data sources. The 
documentation for the module is poor but the module and utility both work 
well once you've figured out how to use them.


-- 
martin@   | Martin Gregorie
gregorie. | Essex, UK
org       |



More information about the Python-list mailing list