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

Home -> Community -> Usenet -> c.d.o.misc -> Developer 2000 Create_Group_From_Query

Developer 2000 Create_Group_From_Query

From: <pikeo_at_tcsnet.net>
Date: 1998/03/25
Message-ID: <6fc029$1v8$1@nnrp1.dejanews.com>#1/1

hello all;
  I am using developer 2000 with forms 4.5.7.1.6 and need some help with the Create_Group_From_Query function.

I am trying to have Create_Group_From_Query parse a statement similar to this  'Select f1,f2,f3,f4, date_field from table where date_field between daterange1 and daterange2'

daterange1 and daterange2 come from the user. I get them and concatenate them to the sql string using the ||. I have tried the dates with quotes and without quotes and in different formats.
The sql statement works from within sqlplus however it does not work with the Create_Group_From_Query. If i take of the where clause it works or if i change the the date_field part of the where clause to something else it works.

What i am asking in a round about way is has anyone encountered a problem like this with forms and if so what did you do ?

thanx ahead of time

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed Mar 25 1998 - 00:00:00 CST

Original text of this message

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