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