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

6.6
desc emp;  Name                            Null?    Type  ------------------------------- -------- ----  EMPNO                           NOT NULL NUMBER(4)  ENAME                               ...
Zones: OracleDate Answered: 08/17/2001 Views: 0
This question is in continuation with the one i had asked previously regarding stored procedure, that question has already be answered and graded the new question is -- i am using a cursor, the s...
Zones: MS SQL ServerDate Answered: 12/12/2001 Views: 0
Hi All, I'm doing some migration work, and i want to create corresponding "delete" statements for each row that i copy... e.g. For a row in table x... Name1  Name2  Number1 -----------...
Zones: SybaseDate Answered: 06/22/2004 Views: 0
MFC application is connected to the MS-Access 97 database using ODBC DSN. Is it possible to rename a column name in MS-Access dynamically from MFC ?  If So, What is the command / function to ...
Zones: Windows MFCDate Answered: 07/15/2004 Views: 0
Hi every Body i want a triggers to make sum for 2 columns . Ex i have a Table name TestOver with 3 column Salary1, Salary2 and Total if i add( insert ) any value like in Salaey1 = 3, in Salary2 ...
Zones: MS SQL ServerDate Answered: 03/28/2003 Views: 0
CREATE PROCEDURE [dbo].[spSearchItems] @survey_id nvarchar(50), @survey_admin nvarchar(50), @agegrade_id nvarchar(50), @subject_id nvarchar(50), @keyword_id nvarchar(50), @factor_id nvarchar...
Zones: MS SQL ServerDate Answered: 05/21/2003 Views: 0
This is my very first try at this.  I hope someone helps me as I am at a loss.     I have a datasheet subform on a form in that is fed directly by a query.  When you place highlight a section of ...
Zones: MS AccessDate Answered: 11/04/2003 Views: 0
Hey, I am writing an app. in Java. I want to create a method to create an insert query, for example: INSERT INTO  tableName (Col_1, Col2) VALUES ("One", "Two") ; Is there a way in SQL to find ...
Zones: MySQL ServerDate Answered: 02/26/2004 Views: 0
Hello Everyone! I have a table say abc the column names are c1, c2, c3, c4,c5 etc i have one another table say efg with column names Field, value c1  c2  c3  c4  c5 c6..... x    x    x ...
Zones: OracleDate Answered: 11/06/2004 Views: 0
Hi, I'm looking fora way to increase the Column Name size in MSSQL which is currently limited to 128 char. I'm trying to auto create TABLE with variable column name in MSSQL. Thus the column name ...
Zones: DatabasesDate Answered: 12/05/2004 Views: 0