Table info not appearing when called.......Please help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thehappyappy
    New Member
    • Jul 2007
    • 7

    Table info not appearing when called.......Please help

    I have an aspx file that is calling certain xml data depending on the tags. This is then scrolled through the page using Radrotator. I originally had the feed working okay, but have had to change the XML file that the feed was creating and now I get an error message when I try to view the page in any browser. Part of the error message reads: Exception Details: System.Argument Exception: lastWinner is neither a DataColumn nor a DataRelation for table CasinoInfo. Well CasinoInfo is the parent table and I want to get the results from CasinoInfo>Game s>Nudge7>lastWi nner, but I don't know who to do this. The XML is generated in real-time from a php query that I don't have access to so I can't change the structure of the file.
    I'm happy the create another XML to get the results from php generate one, but didn't know if that was the best way to do it.

    I'd apprieciate any help with this.
    Thanks
    Lucy
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    ...I'm happy the create another XML to get the results from php generate one, but didn't know if that was the best way to do it.

    I'd apprieciate any help with this.
    Thanks
    Lucy
    Greetings, Lucy!

    You deserve access, ask that you have access to the php code, that is if they'll let you. I am not savvy at all I PHP, perhaps your post can better be answer there.

    You can elaborate when you get there. I am also going to include a wonderful link, just in case:

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.


    In a bit!
    Last edited by Dököll; Jul 4 '07, 03:23 AM. Reason: Deleted text

    Comment

    • thehappyappy
      New Member
      • Jul 2007
      • 7

      #3
      The PHP file is created by a company that is providing the service and they have thousands of them for different people, do you think that they would really let me see the code?

      Comment

      • dafodil
        Contributor
        • Jul 2007
        • 389

        #4
        Originally posted by thehappyappy
        The PHP file is created by a company that is providing the service and they have thousands of them for different people, do you think that they would really let me see the code?
        If that is not your company then they will not show you the code.... But you can ask them about the structure of the code and any objects included there so that you can implement it to your work......

        Comment

        • thehappyappy
          New Member
          • Jul 2007
          • 7

          #5
          Thanks
          I'll ask them
          Lucy

          Comment

          Working...