Advertisement

10.18.2007 at 05:24PM PDT, ID: 22903485
[x]
Attachment Details
[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!

8.0

asp SQL Query madness

Asked by rkorts in JavaScript, Active Server Pages (ASP), SQL Query Syntax

Tags: , ,

Delete failure in Access? This SQL statement fails

DELETE * from cart where where SessionID = 41
 and returns this error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'where SessionID = 42'.

/PPP/chkout_final.asp, line 74

The field SessionID in the table cart is numeric.

This is in an asp page which has this javascript.

      function go_authnet() {
            document.authnet.submit();
            return true;
      }      
and the body tag and form tags:
<body onLoad="return go_authnet();">
<FORM action="https://certification.authorize.net/gateway/transact.dll" name="authnet">

When this first happened, I removed the onLoad function from the body tag & put a submit button on the page, commented out line 42 (set rsd = Conn.Execute(Qryd) where Qryd is the DELETE query) and displayed the delete statement. Then I uncommented out line 42, ran it again and it worked.

So in other words, if I force a submit button on the form and NOT an automatic submit via javascript, it works, so there is CLEARLY nothing wrong with the DELETE statement.

What is this crazy madness?
Start Free Trial
 
 
[+][-]10.18.2007 at 05:28PM PDT, ID: 20105697

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.18.2007 at 05:39PM PDT, ID: 20105719

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: JavaScript, Active Server Pages (ASP), SQL Query Syntax
Tags: delete, query, sql
Sign Up Now!
Solution Provided By: cezarF
Participating Experts: 2
Solution Grade: A
 
 
[+][-]10.18.2007 at 05:40PM PDT, ID: 20105723

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_1_20070628