Re: retrieve data from 2 database

2005-07-28 Thread Steve Holden
crespoh wrote: > Hi, > > How do I select data from two tables from two different databases and > compare them? using dbi,odbc > Well, a lot depends on the database. If it's two Access .mdb files, for example, or two different databases in a single SQL Server instance, sometimes you can use SQL

Re: retrieve data from 2 database

2005-07-28 Thread Jason Drew
For a start, asking a better question will get better answers: http://www.catb.org/~esr/faqs/smart-questions.html Googling for python odbc gives this as the first result: http://www.python.org/windows/win32/odbc.html In general, how you compare database tables will depend a lot on the nature of t

retrieve data from 2 database

2005-07-27 Thread crespoh
Hi, How do I select data from two tables from two different databases and compare them? using dbi,odbc -- http://mail.python.org/mailman/listinfo/python-list