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

6.4
I'm getting an error and it's driving me crazy...I get this error when trying to update info. on my MYSQL database.  The fields are varchar(255) with an id integer field: Microsoft OLE DB Provi...
Zones: ASPDate Answered: 03/24/2005 Views: 0
This is my code to insert into two tables.Its giving error and i don't know how to do it. Error is.. Microsoft OLE DB Provider for SQL Server (0x80040E21) Multiple-step OLE DB operation generat...
Zones: ASPDate Answered: 12/04/2002 Views: 0
hi I try to connect to a MYSQL database. I want to use a dsn-less connection so, I tried the following connection strings: 1. "Driver={MySQL};Server=myserver;Port=3306;Option=0;Socket=;Databa...
Zones: ASPDate Answered: 10/20/2003 Views: 0
I'm writing an upload code which works well for small documents. When I run test by uploading a 6Mb file, I get the following error. Microsoft OLE DB Provider for ODBC Drivers (0x80040E21) [MySQ...
Zones: MySQL ServerDate Answered: 10/17/2003 Views: 0
Hello, I'm calling an asp page like so : http://localhost/ntl/testschedule_show_week.asp?action=showmovies&blocktype=w&testdate=26/1/2004%2012:00:00 I then build an SQL query based on the va...
Zones: Web Languages/StandardsDate Answered: 09/17/2004 Views: 0
Currently I have a search page where you can enter the candidate number to get their exam results. I want to include an additional field for identity card number in the search. The candidate number...
Zones: Web DevelopmentDate Answered: 01/31/2005 Views: 0
Hi, I just wants to call the procedure created by me in SQL,through my ASP code.I have tried the following code, but it is not working.       set objconn=server.createobject("ADODB.Connection")       ob...
Zones: Web DevelopmentDate Answered: 03/26/2004 Views: 0
I have two pages, an insert and an update. The insert works fine, but the update is returning this error when the update button is clicked: Microsoft Cursor Engine (0x80040E21) Multiple-step op...
Zones: Macromedia UltraDevDate Answered: 03/08/2001 Views: 55
Hi all. I have made two sets of same reports using Cr10 in VB6.The one set of reports uses a DSN say ABC and the second set of reports using the second DSN say DEF. I ask the user on the soft...
Zones: Crystal Reports SoftwareDate Answered: 10/20/2004 Views: 0
Hi I am trying to display the top 50 latest products (in reverse order of the ID field) from a database and group them by a catagory (in this case genre) The SQL I have used is SELECT Top 50 ...
Zones: ASPDate Answered: 02/05/2005 Views: 0