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

7.6
I want to use  a parameterized query to retrieve data. I received error below. I have three textboxes. First is a TranNumber, second is Address, third is City and State. This is what I put in s...
Zones: MS Visual BasicDate Answered: 04/22/2006 Views: 0
I have a parameterized Query that I want to execute in ASP.NET but it is not returning any records (but not giving me any errors either).  Here is the relevent code:       '************** START ...
Zones: ASP.Net Programming, MS SQL Server, Microsoft Programm...Date Answered: 06/06/2007 Views: 0
How to use DAO (CDaoRecordset) to call a parameterized query in MS Access?  Can this be done?  CDaoRecordset doesn't seem to work on predifined queries in Access, only on whole tables.  Have previo...
Zones: Windows MFCDate Answered: 10/04/1998 Views: 0
I have been searching the net for a good example that can provide the complete code, including opening the database connection and calling a pre defined query (with parameters) within the database ...
Zones: ASPDate Answered: 05/10/2004 Views: 0
Hi experts, this is a continuation of an previous question http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/ASP_DOT_NET/Q_21390327.html --------------------------- ...
Zones: ASP.Net ProgrammingDate Answered: 04/15/2005 Views: 0
Hi experts, Would you look at two different INSERT Queries and help me find out why one works and other does not. first one that works ========================================== Dim Cmd2 As...
Zones: ASP.Net ProgrammingDate Answered: 04/15/2005 Views: 0
How do I do parameter query in MsSQL? It is working in Oracle.       Set objDB = Server.CreateObject("ADODB.Connection")       objDB.Open dbConnectionString       Set objCmd = Server.CreateObject("ADODB....
Zones: ASPDate Answered: 03/07/2006 Views: 0
if I were using a MS SQL table I could create a parameterized query by saying: SELECT     OrderID, CustomerID, RepresenitiveID, OrderDate FROM         [Order] WHERE     (CustomerID = @Customer...
Zones: MS Visual BasicDate Answered: 03/06/2006 Views: 0
I am receiving the below error when running the below query in Query Analyzer. I am not good at all with SQL and am hoping someone can expalin to me how I can make this snytax correct for use as a ...
Zones: SQL Syntax, MS SQL ServerDate Answered: 08/14/2007 Views: 0
Hi, I am trying to write parameterized openrowset query for importing excel spreadsheets into a sql database.  So far I have been able to achive this using a hard coded version.  However, I real...
Zones: MS SQL ServerDate Answered: 06/01/2004 Views: 0