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 82(0 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!

4.0
I want to write servlet programs that can receive your username & password from a web page then my servlet reply success or fail by scan username & password from my database (Access) Tell me ste...
Zones: Java, Servlets, New To JavaDate Answered: 03/30/2000 Views: 0
I am writing a code where I take in a old e-mail address and then a new e-mail address and then I update the old with the new from the database. My issue I am having is that I need to print out suc...
Zones: ProgrammingDate Answered: 11/24/2006 Views: 0
Having performed a successful select, how can I refer to the result? (i.e. how could I assign a variable name to the result? Should that not be possible, how could I say if the result from the abov...
Zones: PHPDate Answered: 03/14/2000 Views: 0
Using DAO, I have the following code: DoCmd.Setwarnings False DoCmd.RunSql("Insert Into ...........") DoCmd.Setwarnings True How can I determine if the insert command was succesful or not?
Zones: MS AccessDate Answered: 08/19/2004 Views: 0
I keep getting this error from the fopen command... Warning: fopen("<url>", "r") - Success in <php page> on line 12 what's causing the error and how do i fix it? many thanks Stu
Zones: PHPDate Answered: 11/18/2004 Views: 0
I developed a simple windows service and run Microsoft .Net  Installutil, which run successfully, but when I check my created windows service that doesn’t exist in Windows MMC Services explorer, ev...
Zones: C#Date Answered: 07/16/2005 Views: 8
In the following two functions, one calls the other which then goes and retrieves a stylesheet.  I need this second function to return true so that the first function can do some basic error checki...
Zones: Adobe FlashDate Answered: 06/24/2005 Views: 0
how do i know if recall is successful or not? how does recall work? and entourage has any recall function?
Zones: Outlook GroupwareDate Answered: 10/17/2005 Views: 15
Experts, I want to output an 'green tick' image if a file is found.  Currently I just output 'File found' like so:      out.println( (rtrFile.exists()? " RTR  file is found" : " RTR File is mis...
Zones: JavaDate Answered: 02/10/2007 Views: 0
Hi. I need to check to see if an import in code is successful. Any ideas here? This is the code that I have... DoCmd.SetWarnings False     DoCmd.RunSQL "delete * from tblNewTargetList"     DoC...
Zones: MS AccessDate Answered: 05/10/2002 Views: 0