Josh Berkus wrote:
> > I had thought I could write an application that could
> > connect to any SQL-implementing database on our intranet.
>
> You can. You just need to use each database's *external* interfaces,
> through ODBC, JDBC, or similar data transmission tools.
>
I will learn about ODBC and see if I can write a tool over it in Tcl. We
only need very simple operations: open the DB, get a table content, then
close.
Thanks to all.
Dominique Duflos.