Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 153(0.001 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2
Hi, all! I got the following error when I was using the Component.createImage() method. My code looks like this:  private updateImg() {    Image offScrImg = null;    offScrImg = this.create...
Zones: JavaDate Answered: 12/07/1999 Views: 0
access database this is the code have checked with permissions => given all permissions works fine in one iis server but in another server where 2 sites are created gives this error any...
Zones: ASPDate Answered: 05/09/2001 Views: 4
Error Type: Provider (0x80004005) Unspecified error /separate/header.asp, line 34 The code: set conemail = server.CreateObject("adodb.connection") conemail.Mode = admodereadwrite cone...
Zones: ASPDate Answered: 09/23/2001 Views: 0
</body> <% Dim SQL1 Dim conn1 Dim jobs1 dim rs set conn1 = server.createobject("ADODB.Connection") conn1.ConnectionString = "DSN=diary" conn1.open SQL1 = "SELECT * FROM diarytable" Set rs...
Zones: ASPDate Answered: 04/21/2002 Views: 0
I have created a CListCtrl-subclassed control in VC++6/VC++3CE and I cannot add the control to a VB/VBCE application.  An Unspecified Error 0X80004005 occurrs, and the control is not added to a for...
Zones: Processor Platform ProgrammingDate Answered: 02/18/2004 Views: 0
Hello all. I am receiving this error after running a page, but not right at the beginning.  I get this error after about 65 or so Database connections.  Most of my connections look like this: ...
Zones: ASPDate Answered: 07/19/2003 Views: 0
Using an Access 2000 database, the first time a page is displayed it works correctly. If refreshed immediately, the following error results. Error Type: Provider (0x80004005) Unspecified error...
Zones: ASPDate Answered: 12/02/2002 Views: 0
I'm trying to post an xml document to a asp page.  When I try I get an error "Unspecified error".  Here is a copy of the code.  Any ideas? Dim oHTTP As MSXML.XMLHTTPRequest Dim sTmp As String ...
Zones: Visual BasicDate Answered: 07/26/2003 Views: 0
I'm running an applet in IE 5.5, using the JRE coming with the IE. I got the following error from this line of codes when the width, height are too big - the exact values of weight and height tha...
Zones: JavaDate Answered: 10/22/2003 Views: 0
I am trying to attached a file that is currently being stored locally. Please see coding Dim myMail Set myMail = CreateObject("CDONTS.NewMail") myMail.From = lorna.leslie@tfn.com myMail.To ...
Zones: ASPDate Answered: 10/20/2003 Views: 0