Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Any suggestions ?

Re: Any suggestions ?

From: Noel <tbal_at_gie_o_2.pl>
Date: Fri, 14 Jan 2005 23:42:36 +0100
Message-ID: <cs9hkv$had$1@inews.gazeta.pl>


Użytkownik Mike napisał:

> Luc
> Many many thanks for your very quick reply.......appreciated. I have
> tried your statement but now get the following response :
> Expected end of statement
> strSQL = "select * from "Cottages", "Pricebands" where "Location" = '&
> strLocation &' and "Price Number" = '& strDates &' and "Bedrooms
> Number" = '& strRooms &' and "Pets" = '& strPets &'"
>
> Any quick solution ? any chance I could email you the page for you to
> look at in context ??
>

If you wan't quick, i try give it to you.

First, 'expected end of statetment', for me means that is lack of ';' or '/'.

So please try:

strSQL = "select * from "Cottages", "Pricebands" where "Location" = '&   strLocation &' and "Price Number" = '& strDates &' and "Bedrooms   Number" = '& strRooms &' and "Pets" = '& strPets &';"

-- 
Noel
Received on Fri Jan 14 2005 - 16:42:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US