my
> application.cfm to determine the version of the database I'm running. At
> the moment I'm exploring using a CFCatch around a specific MySQL query
> (select version()), but does anyone have any better ideas of how to go
about
> this?
I think your approach is a pretty good one actually.
The "correct" way would be to use the java.sql.DatabaseMetaData class.
Nick
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

