Migrated from Server 2003 to Server 2008 R2. Classic ASP app started reporting the 'Multiple-step OLE DB operation generated errors' message. 32-bit DSN is setup correctly and has been tested. The app pool for this particular app is set to 32-bit. In fact, the ASP app connects to the same DSN when the user logs in on the web.
There is a section however that calls a Oracle stored procedure using ADODB.Command
, CommandType adCmdText
, with a handful of parameters (sent from a form).
It's some like:
{ Call this.SPROC(?, ?, ?, ?, ?, ?, ?, ?, ?, null, null, null, ?, ?, ?, ?, ?, ?, ?) }
Does anyone have any ideas? My first thought is that there is some change to the CreateParameter
datatypes in Server 2008...