API: ExecuteLocalProcedure table names.....or not

I'm developing a custom procedure to use with ExecuteLocalProcedure (my favorite method!)

For the first time since I've been using this, I'd really like to have the table names defined like all of the 'out of the box' methods (so in my code-behind I can use table["name"].row[ ]  etc....)

Instead - the table names are returned simply as LocalProcedure1, 2, 3, etc.....-

I tried to make SQL output the dataset as XML using FOR XML PATH but that wasn't at all what I wanted.

AOE tried this? It's certainly no big deal and I can handle it either way - but just thought it would be handy


Thanks 

Parents
  • Former Member
    Former Member $organization

    I use this method for a couple of different things. I don’t understand your question though.

     

    From: Tessitura Web Forum [mailto:forums-tessitura-web@tessituranetwork.com] On Behalf Of Nathan Campbell
    Sent: Monday, April 04, 2011 6:57 PM
    To: Gloria Ormsby
    Subject: [Tessitura Web Forum] API: ExecuteLocalProcedure table names.....or not

     

    I'm developing a custom procedure to use with ExecuteLocalProcedure (my favorite method!)

    For the first time since I've been using this, I'd really like to have the table names defined like all of the 'out of the box' methods (so in my code-behind I can use table["name"].row[ ]  etc....)

    Instead - the table names are returned simply as LocalProcedure1, 2, 3, etc.....-

    I tried to make SQL output the dataset as XML using FOR XML PATH but that wasn't at all what I wanted.

    AOE tried this? It's certainly no big deal and I can handle it either way - but just thought it would be handy


    Thanks 




    You were sent this email automatically because you subscribed to the Tessitura Web forum. You may reply to this message to post to the Web forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Reply
  • Former Member
    Former Member $organization

    I use this method for a couple of different things. I don’t understand your question though.

     

    From: Tessitura Web Forum [mailto:forums-tessitura-web@tessituranetwork.com] On Behalf Of Nathan Campbell
    Sent: Monday, April 04, 2011 6:57 PM
    To: Gloria Ormsby
    Subject: [Tessitura Web Forum] API: ExecuteLocalProcedure table names.....or not

     

    I'm developing a custom procedure to use with ExecuteLocalProcedure (my favorite method!)

    For the first time since I've been using this, I'd really like to have the table names defined like all of the 'out of the box' methods (so in my code-behind I can use table["name"].row[ ]  etc....)

    Instead - the table names are returned simply as LocalProcedure1, 2, 3, etc.....-

    I tried to make SQL output the dataset as XML using FOR XML PATH but that wasn't at all what I wanted.

    AOE tried this? It's certainly no big deal and I can handle it either way - but just thought it would be handy


    Thanks 




    You were sent this email automatically because you subscribed to the Tessitura Web forum. You may reply to this message to post to the Web forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Children
No Data