Ask a Question related to ASP, Design and Development.
-
Raphael Gluck #1
Syntax error in Query Expression,
Hi everyone
I have a page on my site in which i wish to display links to brochures, and
i have stored an index of these links in my database.
however when i pass from the master page,
[url]http://www.tripakltd.com/brochures.asp[/url] to the detail page, by selecting a
item from the list/menu and submitting, i cannot seem to be able to carry a
variable as a value, i.e i am submitting CategoryID as a variable so i want
it to equal % but i only seem to be able to get it to work if a specify a
figure, such as number 1, and then that isnt very useful because for every
product i select on the drop down list/menu i'll only receive the brochures
associated with number 1.
Please could someone assist me with fixing this?
Many thanks
Raphael
Raphael Gluck Guest
-
Syntax error (missing operator) in query expression
Hi, I have received the following error: ODBC Error Code = 37000 (Syntax error or access violation) Syntax error (missing operator) in query... -
[microsoft][odbc microsoft access driver] syntax error (missing operator) in query expression error
I have a query I want to run using DBQwiksite siftware, which produces the syntax error (missing operator) in query expression error when... -
Query Of Queries syntax error
Hello I am running a Query of Queries and I'm getting the following error: Query Of Queries syntax error. Encountered "Section" at line 0, column... -
Syntax error in UPDATE query
Thanks in advance for any help... I am trying to update form data to a database from code in the action page code below.. the form is a dual purpose... -
syntax error (missing operator) query expression
valuA = (request.form("toadd")) If valuA = "" then SQL = "UPDATE CourseReg SET attended='Active' WHERE ID IN("&request.form("toadd")&")" Set RS =... -
Bob Barrows #2
Re: Syntax error in Query Expression,
Raphael Gluck wrote:
It's pretty tough to troubleshoot something without seeing any code. For> Hi everyone
>
> I have a page on my site in which i wish to display links to
> brochures, and i have stored an index of these links in my database.
>
some general help, take a look at these:
[url]http://tinyurl.com/qg4o[/url]
[url]http://tinyurl.com/qg3u[/url]
[url]http://tinyurl.com/qg47[/url]
[url]http://tinyurl.com/qg4j[/url]
HTH,
Bob Barrows
Bob Barrows Guest



Reply With Quote

