kevinc

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Cannot Add #102399
    kevinc
    Participant

    Just answering my own issue here…

     

    On the back-end I’m using Oracle web server and PL/SQL. When the post is sent to the server, the name/value pairs are received as an oracle array (owa_util.vc_arr). They are then looped through to get the names and values, and then saved to the DB. When the date field is encountered, it’s format must match that of what the database date field is expecting…in my case, the post is sending “2014-11-01”, but the database errors on converting this to a date without the proper format mask…in the end, it was as simple as having a to_date with a mask that matches…and some error checking.

    in reply to: Form Editting Key Field #99582
    kevinc
    Participant

    bump

    in reply to: Not Getting Data #99484
    kevinc
    Participant

    Perhaps someone knows what Query String parameters are passed in the URL to the server page? The javascript code is too obfuscated to tell…

    This may be my issue. The nature of PL/SQL htp is such that query string variables are required to be defined…so any params passed by any requesting page must be defined in the receiving server page. Is there a jqgrid method I can call to “see” the URL query string as it's being passed?

    Barring that I am not sure what the issue could be. Is there any debugging options in jqgrid?

Viewing 3 replies - 1 through 3 (of 3 total)

Stay connected with us in your favorite flavor!