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 6156(0.113 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!

7.4
Say I have a list of 300 select queries that other programmers will use. Is there a way to include comments in each SQL Plus statement so other's can quickly identify what the query does? Som...
Zones: Oracle, SSIDate Answered: 12/10/1999 Views: 0
I have a form page that allows the user to add a record to my database. All works well except if the user enters a ' into one of the fields. i can't find an easy way around this one, except if the ...
Zones: ASPDate Answered: 02/02/2000 Views: 0
I want to know that can ASP to lock or hidden a table on SQL server by some command? Also have some ASP command can activate the table again?
Zones: ASPDate Answered: 03/20/2000 Views: 0
I have taken this example from asptoday. http://asptoday.com/articles/20000316.htm ... picture = UploadRequest.Item("blob").Item("Value") Response.ContentType = contentType Set conn = Se...
Zones: ASPDate Answered: 03/27/2000 Views: 0
I would like to know how to link an Excel spreadsheet to a web page using ASP. When the web page is brought up, the spreadsheet will display the latest updated info so the web page will have to dis...
Zones: ASPDate Answered: 03/31/2000 Views: 0
i am developing web site, in that i am keeping track of users who have visited that site .what actually iwant is to delete details of those users who have not visited the site for 30 days. so where...
Zones: ASPDate Answered: 06/19/2000 Views: 0
How can I capture the error in executing SQL queries? Example (pseudo-code only): Set RS = Conn.Execute(query) If "query is done" Then     display contents Else     print out error End I...
Zones: ASPDate Answered: 05/05/2000 Views: 0
Hey, I posted a quiz earlier regarding selecting al records from a table where FieldDate >= #Date# - well, it works in a way, you see; I get no errs, but then again, it selects all the records - an...
Zones: ASPDate Answered: 06/12/2000 Views: 0
I have created a new database with one table in SQL 7.0. What SQL administration steps do I need to go through to enable ASP Scripts to access this table via a username and password? Thanks ...
Zones: ASPDate Answered: 07/24/2000 Views: 0
Could someone tell me what these lines mean. What is the 3,3 or the 1,3 Also are there any other combinations and what do they do? Thanks rs.Open sSql,cn,3,3 rs.Open sSql,cn,1,3
Zones: ASPDate Answered: 08/01/2000 Views: 0