ORA-01008 error from ASP application
I am migrating an ASP .NET application from a Windows 2000 platform to a Windows 2003 platform. The application acesses data stored on an Oracle 9 database. I have installed Oracle 9.2.0.6 client software on the Windows 2003 server and most of the application pages are working okay, in that they are selecting and displaying data from the database. However, several of the update pages are failing with an ORA-01008 error. These application pages are working without any issues when run from the Windows 2000 platform.
An example of one of the pages that is failing is shown below.
<%
Option Explicit
%>
<!-- #include file="../../DirectDatabaseAccess/ConnecttoDatabases.inc" -->
0