Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: RE: [asp_databases]Resolved help ! SQL syntax error


Message #1 by "Dillon" <bacsr@c...> on Sun, 22 Apr 2001 18:16:08 +0800
I've spot the error after a break. thanks pal up there.



-----Original Message-----

From: Dillon [mailto:bacsr@c...]

Sent: Sunday, April 22, 2001 3:54 PM

To: ASP Databases

Subject: [asp_databases] help ! SQL syntax error





Hello,

I am trying to spot the code below, and I still unable to figure out for the

whole day.

Can someone please advise?  It would be greatly appreciated.



Here are the error message showed:

Syntax error (missing operator) in query expression 'where Postion = 'System

Analyst''.



and the SQL statement:

SQL = "Select JoborderID from Joborder where " &_

      "where Postion = '" & Session("Choice1") & "';"



Dillon.




  Return to Index