Hi, Are there any built-in methods to determine the maximum column lengths in a query result?
James Earl wrote:>Hi, > >Are there any built-in methods to determine the maximum column lengths >in a query result? > >This is database specific and I don''t think even possible for some databases. Just write the SQL for the database in question. I know this is possible with PostgreSQL''s information_schema. Not sure about others. (SQLite probably doesn''t even have this capability) - Adam