Hi everyone,
I set up a customer error messge and auto email which record form data and error details on our web site in order to proactively to monitor what's going on for eCommerce site.
Today, I got one message like this:
* Line, Column:447, -1
* Description: [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionWrite (send()).
The line 447 is actually like this: set RS = conn.Execute(sQry), the sQry is a regular select statement.
The very interesting thing is, when the error page was displayed to the customer, she click the back button on web browser, and click forward, the receipt page displayed to her.
I just don't get it, can you shed a light on me?
Thank you.
Betty
I set up a customer error messge and auto email which record form data and error details on our web site in order to proactively to monitor what's going on for eCommerce site.
Today, I got one message like this:
* Line, Column:447, -1
* Description: [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionWrite (send()).
The line 447 is actually like this: set RS = conn.Execute(sQry), the sQry is a regular select statement.
The very interesting thing is, when the error page was displayed to the customer, she click the back button on web browser, and click forward, the receipt page displayed to her.
I just don't get it, can you shed a light on me?
Thank you.
Betty