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 977(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!

6.0
I have a small problem with sendmail. Some sites that deliviers mail to me seems to have a different protocol than i do. To illustrate my problem I will take two examples of my logh-files. Example...
Zones: Unix NetworkingDate Answered: 05/28/1999 Views: 0
If(res("CategoryID").value == "Supplements")                      {                       urlpage = "detail_supplements.asp?p=1&ProductID="+res("ProductID");                      }        ...
Zones: JavaScriptDate Answered: 03/16/2000 Views: 0
Platform: Windows ME Version: MSAccess 97 Runtime When running my vba code from 97 runtime version under WinME I get an error "Too few parameters expected 5" (relating to parameter queries used...
Zones: MS AccessDate Answered: 03/12/2001 Views: 0
I have the following code which i want to use to copy a file from one location to another. Set fsoobject = CreateObject("scripting.FileSystemObject") fsoobject.copyfile ("c:\wachovia\new.txt...
Zones: ProgrammingDate Answered: 08/31/2004 Views: 0
What's wrong with this statement? sqlString = "select * from dbo.Admin where sub_id='"&Request.QueryString("sub_id")&"'"; I get this Error: 'System.Web.HttpRequest.QueryString' denotes a 'prop...
Zones: ASP.Net ProgrammingDate Answered: 11/16/2004 Views: 0
Error Type: Microsoft VBScript compilation (0x800A03F3) Expected '=' /ea_db/pringle_dev.asp, line 199, column 33 set rsCrsDtl.Execute(rsCrsRS_sql) --------------------------------^ Dim rsCr...
Zones: ASPDate Answered: 01/21/2005 Views: 0
Here is my code, why do I get Compiler Error Message: CS1002: ; expected ??? class clsMagenta : INTPageBlock //--------------------------------------------------------------------------------...
Zones: C#Date Answered: 05/09/2005 Views: 8
I have a combo with "Yes" and "No" value with a question users will see before selecting the "Yes" or "No" answer,        Question                                                  Combo11.value ...
Zones: MS AccessDate Answered: 05/09/2005 Views: 22
I am trying to get a make table query to run when a form loads but continue to get the error 'too few parameters expected two.  Here is the code I am running.  I have the two parameters in the quer...
Zones: MS AccessDate Answered: 10/27/2005 Views: 0
I have an array which is created ok, and I need to find the size of it, and add 2, but keep getting an error saying 'class expected' newArraySize = MyArray[].length(); any ideas? Tony
Zones: Java, Delphi ComponentsDate Answered: 03/01/2006 Views: 0