loathe wrote: > It's expensive, but you will really need it as your web applications expand. > I mean doing things like changing passwords, creating users; any security > management needs to have newer drivers to expose the functionality to CF. > Otherwise you're stuck using ACF2 for all of that.
Can you do RACF password changes via coldfusion with the newer JDBC drivers? That'd be pretty sweet. > On your original post, wouldn't that be a DB thing? I mean, I don't think > that CF knows what column names are returned, just whatever the DB tells the > CF server their names are. when I last spoke to Macromedia on this issue, it was actually a "known issue" with Macromedia's implementation of the Datadirect JDBC driver... the jdbc call returns column labels and column names, which are apparently two different things. For some reason which is beyond my comprehension, Macromedia chose to use the column labels. When you alias a column, the column NAME returned is the alias, but the column label remains the same, and so Macromedia returns the original field name. which, btw, some of our database columns actually had "labels" .. for example, "FORGNCOD" had a label of "Foreign Code" and until we modified all the column labels in the database to be the same as the column name, that caused all kinds of havoc. > Man, 5.2, we're at least on 7 something :) well, our mainframe is more modern than 5.2 ... I think we're running 7.something on the mainframe.. it's just that our version of DB2 connect is so ancient, we don't even know if we legally own it. 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:254393 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

