JHeadstart query operator between with date field

Hallo,
I am using JDeveloper 10.1.1.0.2 and JHeadstart 11 Technical Release 1.
In my Application Definition Editor I use the Query Operator 'between' on a data-field. In my Application I can see a 'from' and 'to' date field.
Testcase:
In my table I have 3 dates: 1-1-2009, 17-1-2009 and 18-1-2009.
If I use:
Date from: 1-1-2009 and Date to: 18-1-2009 in my Application I expect to see only 2 rows (1-1-2009 and 17-1-2009). But I can see 3 rows.
So my question is: what does 'to' mean in the JHeadstart generator? Does it include the date you fill in with the 'to' field?

I can change the text in GeneratorText_nl.properties, but this does not completely solve my problem.
I use a DateTimeField in my Application and if I use 'Date to' in my search criteria it seems that the Time of my Date-field is being ignored!
Testcase:
'Date to' in searchcriteria = 13-10-2009 *12:10:00* also gives results with the same date but time greater than 12:10:00, for example 13-10-2009 *16:10:00*.

Similar Messages

  • Working days between two date fields and Changing Factory Calendar

    Hi,
    I have to calculate working days between two date fields excluding the weekends and public holidays for Switzerland.
    I have written the routine using factory calender and its working fine except for two problems now:
    1. If any one of the date field is empty then teh rsult should be zero.
    2. And the below code is working from 1996 but my cleints wants it to work for years before 1996 as well.
    I also tried to change the Start date in SCAL for factory calendar but it says enter values between 1995 to 2020.
    I am new to ABAP. Please help me how i can achieve these for below code.
    DATA: IT_HOLIDAYS type TABLE OF ISCAL_DAY,
          IS_HOLIDAYS TYPE ISCAL_DAY.
    DATA: T_DATE TYPE SY-DATUM,
          P_DATE TYPE SY-DATUM.
    DATA : X_DATE(4) TYPE C.
    DATA: CNT TYPE I.
    REFRESH : IT_HOLIDAYS.
    CLEAR : IT_HOLIDAYS.
    T_DATE = SOURCE_FIELDS-/BIC/ZCCCHP812.
    P_DATE = SOURCE_FIELDS-/BIC/ZCCCHP810.
    CALL FUNCTION 'HOLIDAY_GET'
    EXPORTING
    HOLIDAY_CALENDAR = 'CH'
    FACTORY_CALENDAR = 'CH'
    DATE_FROM = P_DATE
    DATE_TO   = T_DATE
    TABLES
    HOLIDAYS = IT_HOLIDAYS
    EXCEPTIONS
    FACTORY_CALENDAR_NOT_FOUND = 1
    HOLIDAY_CALENDAR_NOT_FOUND = 2
    DATE_HAS_INVALID_FORMAT = 3
    DATE_INCONSISTENCY = 4
    OTHERS = 5.
    DESCRIBE TABLE IT_HOLIDAYS LINES CNT.
    X_DATE = T_DATE - P_DATE - CNT.
    RESULT = X_DATE.
    Please help
    Regards
    Zabina
    Edited by: Syed786 on Nov 2, 2011 9:15 AM

    Hi Zabina,
    Try this function module  'DURATION_DETERMINE'.
    Give the factory calendar and unit as DAY
    With regards,
    Rajesh

  • Problem with date fields in where clause after changing driver

    Hi,
    We have changed the oracle driver we use to version 10
    and now we have some trouble with date-fields.
    When we run this SQL query from our Java program:
    select *
    from LA_TRANS
    where LA_TRANS.FROM_DATE>='20040101' AND LA_TRANS.FROM_DATE<='20041231'
    We get this error code:
    ORA-01861: literal does not match format string
    The query worked fine whit the previous driver.
    Is there some way I can run a SQL query with date fields
    as strings in the where clause?
    Thanks!

    Keeping the argument of standard SQL or not aside, comparing DATE columns to a constant string (which looks like a date in one of the thousands of the formats available, but not in others) is NOT one of the best programming practices and leads to heartburn and runtime errors (as you have seen yourself).
    I would rather compare a DATE to a DATE.
    Also, constants like that would be another issue to fix in your code:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:6899751034602146050::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:528893984337,

  • Working with Data Field (XMLTYTPE)

    XMLTYPE is a new type of data element I have yet to work with and I am seeking some guidance as how best to approach
    this in order to display the contents of these fields.
    I have the XSD available to me which I believe I will have to query the contents withing this field and within a outter query.
    This may not be an easy task to explain, but if some one is willing to take a stab at it, i'd greatly appreciate any advice given.
    Enjoy your Day,
    Sincerely,
    George

    Check this link
    http://docs.oracle.com/cd/B10500_01/appdev.920/a96620/xdb04cre.htm
    If helps pls mark

  • Writing query to Oracle DB with DATE field in it.

    When I try to execute the following query on Oracle DB I get an exception. I know that the problem is with Date representation on the query string. Please, if anyone knows how to make it work help me.
    query = "INSERT INTO MYTABLE (NAME , BIRTHDAY ) VALUES ('" + person.getName() +" ' , " + person.getBirthday() + " )";
    statment.executeUpdate(query);
    getBirthday() returns java.sql.Date object.
    Please, please, help to work it out!

    Thank you, very much.
    I've put the record into DB!!!! Hurray!
    But now I have another problem. I've got a ResultSet & I'd like to extract the DATE from it. But how?
    The Exception text states that the name of the field (Birthday) is incorrect.
    My code:
    Date birthday = resultSet.getDate("Birthday");
    All other fields are perfectly well extracted, but they are Strings.

  • Stablish conditions between a data field in a query

    Hello all,
    Firstly, I´ve got an infoCube "A" where every record has a field called "Init date" (date field) and another field called "finish date"
    In a query (that retrieves data for the infoCube A) there is a pop up with a date that  user must enter (interval). This query must show every record for which  different conditions regarding interval date are carried out by init date and finish date.
    For example:
    User enter:      03.02.2007   --    17.04.2007
    Query must show every record where init date is minor than 03.02.2007 and finish date is greater or equal than 03.03.2007 and greater than 17.04.2007.
    I think this must be done in BW exit but I don´t know abap code I must enter.
    Anybody can help me?
    Thanks a lot.
    Carmen

    If you want to restrict data for sertain period, and these values are entered in variable entry screen. Query will display only that data which satisfies the entered conditions.
    What exactly you want ? Is,t this your requirement ?
    Regards
    SS

  • View criteria with date field in ADF

    Hi ADF Experts,
    I have a requirement like.I have a VO with query let say  "Select * from Employee"
    I have created viewCriteria in that VO like "HireDate between 'abc' and 'XYZ'.
    In AMImpl class I have written, one fuction to apply viewcriteria on VO and execute query.
    Expose that function as service method, and execution form backing bean.
    It is working properly for all other column except the date field.(May be beause of date format, as we cannot apply To_Char, or ToDate in view criterai for date format)
    Tried all possible combination but no luck
    Please help

    Hi,
    The below link might be helpful for you
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/59-table-filter-by-data-range-176653.pdf
    Thanks
    Prabhat

  • Materialized view fast refresh with date field

    I have a situation where I need to create a materialized view worth of 6 months of data with fast refresh option from the master table. Somehow whenever I have the where clause added with the date field then it craps out with "ORA-12015: cannot create a fast refresh materialized view from a complex query".
    Here is what I am trying to do. Please let me know if there is any other way to accomplish this.
    create table test (id number, date_time DATE);
    CREATE MATERIALIZED VIEW LOG ON test WITH ROWID;
    CREATE MATERIALIZED VIEW cms.scoreboard_statistics_mv
    BUILD IMMEDIATE
    REFRESH FAST
    WITH ROWID
    AS
    SELECT * from test
    WHERE date_time >= sysdate - 180;
    ORA-12015: cannot create a fast refresh materialized view from a complex query
    Thanks,
    Raj

    It's crazy but a new time Metalink help us into the Note:179466.1
    The restrictions that prevent snapshots from being fast refreshed depend on
    the version of Oracle being used, a full list of these by version is included
    in section 3. In all cases the snapshot defining query should:
    - refer to fully qualified table names rather than to partial table names.
    - refer to remote tables only, not to remote master views or synonyms.
    - not generate context sensitive data. For example, do not create a simple
    snapshot with a query that uses the SQL functions :SYSDATE, UID or USER.

  • Problem with date field (truncation)

    Hi guys!
    I have an interface between Oracle and Oracle. My LKM is SQL to SQL and my IKM is SQL Control Append.
    In the source table i have a date with a hour but after executing the interface in the target date field I receive only date without hour...
    Do you know where it can be truncated ?
    With regards,
    PsmakR

    This an Oracle JDBC Driver error...
    Try this to fix the issue:
    Go to Topology Manager and from the Physical Architecture > Technologies > Oracle > your Data Server > Properties tab, add the oracle.jdbc.V8Compatible property and set its value to true.
    Doing that you can loose the millisecond precision for timestamps format.
    You can also have a try with the Oracle JDBC Driver version 11.1

  • Can i Use a time stamp vale  in where condition with date field?

    HI,
    In a where condition the table field vale is of type timestamp and select options value is of type date.
    How do i select data?

    Define a range for r_dt for timestamp field.
    Initailize the range with the below values.
    r_dt-sign = 'I'.
    r_dt-option = 'CP'.
    concatenate r_date-low '*' into r_dt-low.
    concatenate r_date-high '*' into r_dt-high.
    append r_dt.
    Use r_dt in your select query where clause.
    Note - r_date is the select-option for your date field.
    Regards
    Anurag

  • Help with Date field

    Hi,  I am having two problems with the date field in a form I developed.  1.  One of my date fields is for Date of Birth.  When a user enters any year 1929 or earlier, it automatically converts it to 2029.  So I cannot enter in anyone 80 years old or older.  How do I fix this?  2.  When I open the form in my Adobe reader to test it as my users would I am able to use the feature in the date drop down where you click on the white area in-between the arrows at the top and it allows you to quickly get to dates in the early 1900s.  For some reason my users who I sent my form to cannot use this feature.  The top of their date drop down box is blue.  How do I fix this?
    Thanks in advance!

    For your 1st issue it looks like it might be a bug. If I overtype the year after it has been populated it will hold the right year so to me it is an interpretation of what is being passed by the calendar control.
    For the 2nd issue, th edifferent calendar is showing up because they are using older versions of Acrobat/Reader. If you click on the year in the blue header then scrolling controls will appear to the right of the year. You can click the up/down controls to cycle to the correct year.
    Paul

  • Query for between two dates.

    Hi,
    I've a column of date, and I want to select the records between two dates, the output of this columns is: 08/19/2003 2:11:00 AM
    My query is:
    SELECT DTM FROM ITEM
    WHERE DTM BETWEEN '07/01/2012' AND '07/15/2012'
    Please help.
    Thanks,

    >
    I've a column of date, and I want to select the records between two dates, the output of this columns is: 08/19/2003 2:11:00 AM
    My query is:
    SELECT DTM FROM ITEM
    WHERE DTM BETWEEN '07/01/2012' AND '07/15/2012'
    Please help.
    >
    Help with what? You didn't ask a question or indicate if you are having a problem of some sort.
    Did you need to know how to use TO_DATE instead of literals in the WHERE clause?
    SELECT DTM FROM ITEM
    WHERE DTM BETWEEN TO_DATE('07/01/2012', 'MM/DD/YYYY') AND TO_DATE('07/15/2012', 'MM/DD/YYYY');

  • Calculating years between 2 date fields

    I am trying to build a form in LiveCycle Designer 7 to report missing persons.  I would like to populate a text field with the number of years between two dates entered in date/time fields; specifically using a missing person's DOB and the date they were last seen to calculate their age when last seen.
    Any assistance would be greatly appreciated.
    Thanks
    Drew

    Greetings,
    I need an age in months and years.
    On my LiveCycyle form I have two date fields 'dob' and 'rdtestdate'.  I am in Australia so we use dd/mm/yyyy as the format.
    The field designated to display the calculated result -- 'rdage' -- is set as a calculated-read only text field.
    What javascript/formcalc code would I use to calculate the age in years and months, please?
    I've been studying and testing the various solutions but don't understand well enough, sorry!  When I paste in a sample and change the field names to match mine, my result remains empty.  Sometimes I get a failed script message as I try to save the form.    I've tried quite a few different scripts to no avail.
    Thanks for any assistance.
    jeannie

  • ROracle with Date fields

    I am trying to switch over to ROracle for performance reasons and yes it is much faster than RODBC. However, whenever I query and return a column that is in an Oracle date/time format the dbGetQuery kicks an error:
    [1] "Error in .oci.GetQuery(conn, statement, ...) : \n Error in try({ : ORA-01455: converting column overflows integer datatype\n\n\n"
    attr(,"class")
    [1] "try-error"
    attr(,"condition")
    <simpleError in .oci.GetQuery(conn, statement, ...): Error in try({ : ORA-01455: converting column overflows integer datatype
    Is there a way to avoid the conversion or to have it instead convert to a character field?
    Thanks,
    sd

    Denis,
    The query is a straight forward select * from my_table. to_char does fix the issue, but since the number of columns in most the tables I query from is significant, I don't want to put the to_char into the sql or have to create views to use ROracle.
    Below is the column classification table return from rociResInfo call. I've blinded the column and table names since this is company data. All the columns with field precision = 16 were date fields and were set to integer.
    -sd
    statement     isSelect     rowsAffected     rowCount     completed     fields.name     fields.Sclass     fields.type     fields.len     fields.precision     fields.scale     fields.nullOK
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN1     integer     NUMBER     22     20     0     FALSE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN2     character     VARCHAR2     1000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN3     character     VARCHAR2     255     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN4     character     VARCHAR2     40     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN5     integer     NUMBER     22     16     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN6     character     VARCHAR2     255     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN7     character     VARCHAR2     255     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN8     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN9     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN10     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN11     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN12     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN13     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN14     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN15     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN16     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN17     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN18     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN19     integer     NUMBER     22     16     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN20     integer     NUMBER     22     16     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN21     character     VARCHAR2     400     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN22     character     VARCHAR2     400     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN23     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN24     character     VARCHAR2     400     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN25     integer     NUMBER     22     16     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN26     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN27     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN28     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN29     character     VARCHAR2     1000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN30     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN31     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN32     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN33     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN34     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN35     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN36     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN37     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN38     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN39     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN40     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN41     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN42     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN43     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN44     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN45     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN46     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN47     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN48     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN49     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN50     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN51     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN52     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN53     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN54     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN55     integer     NUMBER     22     16     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN56     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN57     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN58     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN59     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN60     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN61     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN62     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN63     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN64     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN65     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN66     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN67     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN68     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN69     character     VARCHAR2     200     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN70     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN71     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN72     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN73     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN74     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN75     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN76     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN77     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN78     character     VARCHAR2     40     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN79     integer     NUMBER     22     19     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN80     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN81     character     VARCHAR2     40     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN82     integer     NUMBER     22     1     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN83     integer     NUMBER     22     1     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN84     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN85     character     VARCHAR2     4000     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN86     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN87     numeric     NUMBER     22     0     -127     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN88     integer     NUMBER     22     20     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN89     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN90     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN91     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN92     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN93     integer     NUMBER     22     10     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN94     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN95     character     VARCHAR2     100     0     0     TRUE
    Select * from MYTABLE     TRUE     0     0     FALSE     COLUMN96     character     VARCHAR2     100     0     0     TRUE

  • Delta with data field works if delta not run everyday?

    Hello,
    I have a doubt related with how delta works,
    I have a generic datasource with delta behaviour. In delta, i selected a date field to control delta and i put one day for limit.
    So, my doubt is:
    I have a table with records with delta date 24.05.2007.
    Last delta extraction were at 23.04.2007.
    When i execute delta infopackage at 26.04.2007, i'm i going to get all records since 23.04.2007?
    Thanks
    Best Regards,
    Maria

    Hi,
    if delta initialisation was done you'll get the diff between current run date and last delta run
    /manfred

Maybe you are looking for

  • Flash not rendering correctly in IE using Spry and SWFObject.

    Hi, Tools that I'm using (Flash, Spry and SWFObject) I just finished converting portions of the image gallery to a video gallery using FLV Files. It works great in FireFox and Opera, I guess all mozilla based browsers. Now my problem is that I pass t

  • TDS Returns

    Hi Gurus, Please tell me what all selectios i should give while running TDS returns through J1INEFILE. I deposited money in bank at 18.03.2007, so what selection i should give in Fiscal period .............from ............to. Please revert asap. THa

  • Why is my iTouch continuing to skip through songs

    My iTouch will not play songs, when I press "shuffle" it continues to skip through all my songs but doesnt pause when I press "pause".  If I select a song to play it doesn't play it and just brings me back to the song selection.  I don't understand w

  • Java virtual machine install

    how can i allow users to view qtvr panorama that requires java virtual machine

  • Javascript created in fireworks doesn't work with touch ipad and mobile devices.

    My website was created in DreamWeaver. Navigation is a popup/dropdown menu run by javascript created in FireWorks Website: www.woodstockchamber.com Problem: The mouse over doesn't work on iPads and mobile devices. The menu opens up and the category h