Jump to content

Need help to fix Microsoft OLE DB Provider for SQL Server error '8


Recommended Posts

Posted

I need your help to fix this problem.

Suddenly I keep getting the following error msg whenever I try to access the site which I have been visiting for past 4 years.

Microsoft OLE DB Provider for SQL Server error '80040e57'

String or binary data would be truncated.

//global.asa, line 42


Posted

That looks like an overflow error on the web server itself, given the error. Global.asa is an optional ASP file that defines methods and functions that can be called from the site. My guess is there's something at line 42 of that file on the web server that has a SQL connection that's failing.

In short, we're not going to be able to help you fix something that isn't broken on your end - right now, your best bet is to send an email to webmaster@<domain of site in question> to let him or her know their SQL statement in global.asa or database on the backend is having problems.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...