Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2002
    Posts
    7

    Star Need Help Submitting variables to DB online...

    I made an Assessment using AMS and I am now trying to transfer results to a database online....I am using an ASP file to handle the variables....I created a form(just for testing purposes)...it works fine....But when I try to POST the resulting info from AMS I am getting an Error saying that AMS cannot parse the XML body....I have tried it two ways using the Submit to internet action and loading the ASP file into a page in the AMS Application....both were tried after getting the values from the registry....what am I doing wrong? Thx for any assistance in this matter....

  2. #2
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    Re: Need Help Submitting variables to DB online...

    Never heard of that one, if the form works fine then so should the submit to web action. Works fine over here... Maybe someone else has seen this before.

    Corey Milner
    Creative Director, Indigo Rose Software

  3. #3
    Join Date
    Nov 2002
    Posts
    7

    Re: Need Help Submitting variables to DB online...

    Appreciate the quick Reply anyway...hopefully someone has seen this...I'm probably just missing something simple

  4. #4
    Join Date
    Nov 2002
    Posts
    7

    Re: Need Help Submitting variables to DB online...

    ok...I figured one part out. I was attempting to add multiple values using one Submit action....tried it with one value and info was added succesfully. Now my new question....is it possible to add multiple values with one submit action? Or do I need to have a separate action for each and every value being added to the database?

  5. #5
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    Re: Need Help Submitting variables to DB online...

    I'm a PHP guy, I have no knowledge at all of ASP... I would assume so though, it's certainly simple enough with PHP...

    Corey Milner
    Creative Director, Indigo Rose Software

  6. #6
    Join Date
    Jan 2000
    Posts
    2,002

    Re: Need Help Submitting variables to DB online...

    The reason that you would get the parsing XML error is because your Web script is not returning the data in the format that AMS40 expects. Read the Help topic about the Internet - Submit to Web action. It will explain. You can always use the Use variable option if you just want to get back the raw return from the ASP page. There should not be any real problems submitting more than one variable, however.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts