> As I said, it works perfectly on CF5 but CFMX just does nothing...no error
> or anything.
The JDBC driver in CFMX no longer recognizes the dbvarname attribute.
So, the order in which you define your cfprocparams is important. Make
sure that your cfprocparams are in the same order as those parameters
are declared in your stored procedure.
http://livedocs.macromedia.com/coldfusion/6/Migrating_ColdFusion_5_Applications/cf_migration_guide6.htm#1203166
(about 60% down the page is the entry for cfprocparam)
Scott
--
---------------------------
Scott Brady
http://www.scottbrady.net/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

