User Profile

Collapse

Profile Sidebar

Collapse
pointers
pointers
Last Activity: Jul 10 '08, 05:11 AM
Joined: Oct 24 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pointers
    started a topic Dates between the two given dates

    Dates between the two given dates

    Hi,

    Can we get a SQL query, to display all the dates between two given dates
    eg. if date1=21-mar-2007 and date2=25-mar-2007
    then the query should display all the dates between those two given dates i.e
    22-mar-2007, 22-mar-2007, 23-mar-2007and 24-mar-2007.

    Query should not contain any plsql coding.

    Regards.
    See more | Go to post

  • pointers
    started a topic Data Dictionary Views

    Data Dictionary Views

    Hi,

    Could you pls explain me the confusing, diffterece between the views "USER_ " , "ALL_" and "DBA_".

    On which table query should be executed to get all the list of views like user_constraint s, user_sons_const raints, user_source,use r_sequences etc.


    Regards
    Pointers.
    See more | Go to post

  • pointers
    started a topic Emulator Data UpLoading
    in .NET

    Emulator Data UpLoading

    Hi,

    My project is related to Hand Held device. We are using emulator. The total code is written in C#.



    There is some data of 83,000 records, I have to upload the data into the emulator. After uploading some 50,000 records it is showing some error like "Storage memory is critically low".



    I have compressed the database, by using some commands...
    See more | Go to post

  • pointers
    started a topic open window on selecting a CheckBox

    open window on selecting a CheckBox

    Hi,
    I am trying the followinfg code.Could you plese help me.
    I tried in google but dint get....

    I need a JavaScript code For checkbox.
    If one clicks on the checkbox on click it should open some other page.
    Location of the page which contains the checkbox and the which needs to be opened after clicking the checkbox is same in server.
    But the new page must open in a new window.


    ...
    See more | Go to post

  • pointers
    started a topic physical and logical backup

    physical and logical backup

    Hi

    I havae read concepts like BACKUP.I am not able to understand what is the difference between physical backup and logical backup..?
    what is the difference between cache recovery and instance recovery...?
    could you pls explain me in detail....?

    Thanks and Regards
    See more | Go to post

  • pointers
    started a topic order of precedence
    in C

    order of precedence

    Hi,
    could u explain me regarding order of precedence in C language.....I need some examples....i hav da table for dat......
    Could u give me a good link vch provides a theory regarding this......
    Thanks & Regards.
    See more | Go to post

  • pointers
    replied to prototyp declaration
    in C
    some functions returns values(like int,float) to the calling function.so the protype indicates which type it ireturns.

    Lets assume int add()is some function used for addition....... .then this int represents ..... returns integer value.

    int add()
    {
    c=a+b;
    return c;
    }

    If a and b values are 2, 1.2 the addition becomes 3.2 it s an float value but this add function returns integer...
    See more | Go to post

    Leave a comment:


  • pointers
    started a topic structure-string
    in C

    structure-string

    Hi,
    I hav defined an array of n elements.Each element represents a structure. Like,

    typedef struct
    {
    int dd;
    int mm;
    int yyyy;
    }srik;
    srik a[n];
    Then how to assign a date (eg:02/07/1984) as a string("0207198 4") to the first array element(means the first structure) in the array.
    I thought .
    scanf("%s",a[0]);
    /*here the input given is "02071984"*/...
    See more | Go to post

  • pointers
    started a topic link
    in C

    link

    Hi,
    could u tell me a proper link wher can i get a bunch of programes to prepare lab exam .....am a student so provide me a basic programes.

    programes like:

    reverse of a string,
    palindrome,
    matrix multiplication,
    sorting tech.,searching tech,
    ............... ........
    ............... ...........
    ............... ............etc .
    thanks & ragadzzzzzzz
    See more | Go to post
No activity results to display
Show More
Working...