Dick > On non-Windows platforms, you couldn't use ADO anyway. I imagine that you > could use the appropriate JDBC driver to do some of this stuff, directly > from Java, but don't know enough about either Java or JDBC to say for sure.
Dave's right, you can this with JDBC. Check out in particular java.sql.DatabaseMetaData and java.sql.ResultSetMetaData. Nick ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

