On Jan 9, 2007, at 8:52 AM, johnf wrote:
> I don't understand the need to do anything with database name??? I
> doubt your
> code does any harm - so why not.
Getting the information from the database will only work if you
select fields directly from the table: no aliases, no functions,
nothing. Once you get a column in your result set that is not the
actual column in a table in the database, this will fail.
I think you all need to read the dbapi spec before you start messing
with the internals. There is a reason that it was created the way it
was.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev