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

5.6
I have following problem (Pascal->VB): What's the revers function for Single(c) and how can i easily convert the Single(c) function in a Visual Basic function? Var  i: integer;  f : Singl...
Zones: PascalDate Answered: 08/10/2000 Views: 0
HI experts . I have Sql*Loader 8.0.5 version. Can we use more than one char in a Terminated class of control file. i mean can we use following syntax in control file TERMINATED BY 'User-Id'. ...
Zones: OracleDate Answered: 06/04/2002 Views: 0
    I plan to store sql statements in a database table, which has single quote ('),   how can I hold single quote )') in a database field. such as "select name from employee where name like '...
Zones: MS AccessDate Answered: 01/20/2001 Views: 0
I have the following page that updates an Access database and I just found out that if the user uses quotes (even a single quote) it causes problems updating the database. Is there a quick fix for ...
Zones: ASPDate Answered: 08/18/2003 Views: 0
I have a few IP addresses I want to block from the internet to my servers. I know the syntax set filter 1 on deny incoming wan0-0 what I don't really understand is the ip/mask dest ip/mask if...
Zones: RoutersDate Answered: 06/12/2003 Views: 0
I need to boot in single user mode and then be able to see and manipulate files in other partitions. When I boot into single user mode I can ls the root directory and what I see is the root direct...
Zones: Apple OSDate Answered: 08/27/2003 Views: 0
Here is the code I am trying to use to create an asp page which holds information based on the selection someone makes from a previous page. This code was a tutorial, from which the first part w...
Zones: XMLDate Answered: 10/07/2003 Views: 0
I have three tables Table A property_id, property_name 1                    Property_1 2                    Property_2 Table B rent_date 5/15/2004 5/16/2004 5/17/2004 Table C res_i...
Zones: MS SQL ServerDate Answered: 05/27/2004 Views: 0
Hi, I wish to compile individual modules under Linux v2.6. I can easily compile all the modules in a directory with the command: make -C /root/LinuxKernel-2.6.3/kernel/ SUBDIRS=$PWD modules ...
Zones: Linux DevDate Answered: 07/02/2004 Views: 0
Can someone tell me a fast way to strip single quotes from a string? Of course there is string temp; for (int i=0; i<str.length; i++) {    if (str[i] != @'\'')       temp = str[i]; } ...
Zones: C#Date Answered: 09/30/2004 Views: 0