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 165(0.006 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
I want to know how many dayes in moth by choosing dynamicly month: F.x. it does not work: var moth = .......form1.moth.value; var year=..........form1.year.value; var objDate= new Date(); var ...
Zones: JavaScriptDate Answered: 10/31/2000 Views: 0
See programs located below. I am trying to create an address book. It's composed of file TESTTWO and a function Header file "Date.h". The problem is as follows: The first time through the ...
Zones: C++Date Answered: 04/14/2001 Views: 0
I have a SP that inserts GETDATE() into a "LastAccess" user column, except that it gives a date AND time stamp.  I only need the date stamp... I tried using DATE(), and this didn't work. How ...
Zones: MS SQL ServerDate Answered: 12/10/2001 Views: 0
Hi, Some one told me there was an inbuilt function in borland called getdate() which gets the system date, I do not have the help files installed on my machine so i dont know, but i have been as...
Zones: C++Date Answered: 03/30/2004 Views: 0
when using an insert statement can i just insert the date using a GETDATE() my date field is a datetime 8 character field..... i just want to insert the current date and time into that field...
Zones: MS SQL ServerDate Answered: 05/24/2004 Views: 0
I need to run a series of audit queries to return counf of people aged between different ages. e.g Select * from Table Where DOB Between GetDate() and 01011960 The problem is that this qu...
Zones: MS SQL ServerDate Answered: 06/09/2004 Views: 0
Im new to SQL/c#.  Here is what I'm trying to do. strSQL = "INSERT t_customers VALUES (" +                               PrepareStr(txt_first_name.Text) + "," +                               PrepareStr(txt_last_name.Text) + "," +                               Prepa...
Zones: C#Date Answered: 08/04/2004 Views: 5
I will like to take this procedure and excute the output (from another post) http://www.experts-exchange.com/Databases/Microsoft_SQL_Server/Q_20857225.html?query=grant+execute&clearTAFilter=true ...
Zones: MS SQL ServerDate Answered: 03/21/2005 Views: 0
HELLO, I need in an Insert query to insert in a column (datetime) the date. My little problem, is that I need to ONLY insert this format of date : dd/mm/YYYY without the time AND without chan...
Zones: MS SQL ServerDate Answered: 10/01/2005 Views: 0