Simple database explorer

L

Lawrence D'Oliveiro

In message
dusans said:
- all the others having ODBC drivers...

ODBC seems to be something you use when you can’t use a proper database
driver.
 
D

dusans

In message


ODBC seems to be something you use when you can’t use a proper database
driver.

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
 
M

Martin Gregorie

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.
 
D

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,169
Messages
2,570,919
Members
47,460
Latest member
eibafima

Latest Threads

Top