[Tutor] Re: database programming (list of tables)

2005-02-21 Thread Bob Gibson
Liam: I agree with Kent. It depends. Not only on the database, but also on the interface (API) used to connect to the database. For example, if you use ODBC to connect to all of your databases, you should be able to use the SQLTables() routine. For more details, see the following: ht

[Tutor] Re: database programming

2005-02-21 Thread Bob Gibson
> hi there! can u pls send me sample code in accessing a simple database > using python. > > Chris Mallari > thanks Chris: How about "Jython"? Here's an article that I just wrote: http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0502gibson/index.html Bob