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 190(0.003 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.0
Whether it is possible to pass a parameter for a procedure , so that inside the procedure body i will sort based using the parameter ( using order by Clause ) , becoz in many reports procedures , f...
Zones: DatabasesDate Answered: 02/19/2004 Views: 0
Help,          I need to know if there is a command that will tell oracle to disregard the rest of an sql statement, I know the -- command tells oracle the disregard the rest of a line, is there ...
Zones: OracleDate Answered: 11/22/2006 Views: 0
We have a single denormalized table with a lot of blank fields data.. We'd like to generate a report listing all the distict categories (MOE_Code) and the number of blank InternalValue records for...
Zones: SQL SyntaxDate Answered: 05/05/2009 Views: 0
Can the code below be expressed in plain SQL? if ( numberVariable > 0 && numberVariable <= 1000 ) {      letterVariable = 'A'; } else if ( numberVariable > 1000 && numberVariable < 2000 ) { ...
Zones: DatabasesDate Answered: 09/10/2003 Views: 0
Hi all,          I have just recently decided to upgrade my Database from Access 2000 to SQL Server 2000. But before updating I want to know what I will need to change in my code..... Will it be ...
Zones: VB DBDate Answered: 08/11/2004 Views: 0
How do I convert this select statement into VB Code in Access. SqlStr = “SELECT OrderDetails.PartNumber, Sum(OrderDetails.Quantity) AS SumOfQuantity FROM OrderDetails GROUP BY OrderDetails.Par...
Zones: MS AccessDate Answered: 12/13/2004 Views: 0
This is a SQL question, but it is in my asp code, so I will post it here. In my asp code, an include file is called to insert rows into the database. A new row has been added to this table, the va...
Zones: OracleDate Answered: 10/20/2004 Views: 0
What does it mean when asked "Is all code inline sql in your application?"  I am building a VB.NET application that stores into MS Access, and has not queries.
Zones: .NETDate Answered: 05/10/2005 Views: 0
I have problem with this query the column calendar is a datetime field how do i modify this query? select calendar_dt , calendar_yr , calendar_mth , calendar_dy , ( case ( calendar_dt % ...
Zones: DatabasesDate Answered: 05/12/2005 Views: 0
How we check the sql code of an sql statement in aix script?
Zones: DB2Date Answered: 07/31/2005 Views: 0