In order to get the IBM DB2 JDBC driver working properly, I had to run the DB2Binder, according to the following instructions:
http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.db2.doc.java/bjnkmstr165.htm I had to specify a collection, so my JDBC URL ended up being: jdbc:db2://HOST:PORT/DBNAME:jdbcCollection=JDBCPKG; Of course, for some reason, this didn't solve my problem with "SELECT FOO AS BAR FROM TABLE" returning "foo" as a column name. So far, the only driver I've tried that doesn't have this problem is the HiT JDBC/DB2 driver from HiT Software. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254614 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

