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 595(0 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.8
please provide me the equivalent statement which is written in SQL7.0 to SQL6.5 The statment in 7.0 is set @combined = @combined + ',' set @actualins = @actualins + @combined The variables ...
Zones: MS SQL ServerDate Answered: 01/29/2000 Views: 0
I have the followng SP : Alter Procedure AddEntry @lname varchar(255),@fname varchar(255),@session numeric,@sex char(1), @title varchar(255) ,@email varchar(255),@phone varchar(255),@day varcha...
Zones: MS SQL ServerDate Answered: 12/06/2001 Views: 0
I have a stored proc. CREATE PROCEDURE getMachineCalcExpr @AVal          float, @BVal          float, @CVal          float, @DVal          float, @EVal          float, @FVal          floa...
Zones: MS SQL ServerDate Answered: 05/31/2002 Views: 0
I used tomcat as servlet container and connect to a MSSQL DB. When query using servlet, the result returns null. If Data type = nvarchar, result returns null. Data type = varchar, result r...
Zones: Java, ServletsDate Answered: 10/14/2002 Views: 0
I have 2 varchar2(4000) variables that I am concatenating.  I want to store that value in a clob variable.  How can I do this.  Below is what I've tried declare myclob   clob; var1     va...
 
Related Solutions:
How do I concaternate two 4000 character varchar values ito ...

Hi, I need to feed several varchar entries into one CLOB field.  Straight concaternation doesn...

Rating: 9.1
 
Zones: OracleDate Answered: 10/28/2002 Views: 4
Is there a simple way of making varchar fields longer, i have a table with over 1 million records in it, and i need to lengthen 2 of the fields, problem being i have found that the server can't han...
Zones: Interbase / FirebirdDate Answered: 07/15/2003 Views: 0
Hi, I'm currently trying to extract part of postcode data to do searches on customer location.  The postcode data in my database is in the form of a varchar and is in the foramt "345 34".  What ...
Zones: MS SQL ServerDate Answered: 07/28/2003 Views: 0
I have a store proc. that makes a series of inserts. I need to know how I can return a varChar string back to my ASP page for processing. The store proc. will insert new records and append the iden...
Zones: MS SQL ServerDate Answered: 02/03/2004 Views: 0
what isthe difference betaween char and varchar
Zones: MySQL ServerDate Answered: 03/01/2005 Views: 0
456530      C-, E+, C+, E-, P1+, M-, N+, S-, S+, K-, K+, FYA+, FYB+, JKA-, JKB+ MRN (i.e. 456530) has many values (i.e. C-, E+, C+, E-, P1+, M-, N+, S-, S+, K-, K+, FYA+, FYB+, JKA-, JKB+) in VARCHAR...
Zones: MS SQL ServerDate Answered: 11/03/2005 Views: 0