Results 1 to 4 of 4

Thread: [CLOSED] Can you perform a select query against the Dataset?

Threaded View

  1. #1

    Thread Starter
    Lively Member Venus's Avatar
    Join Date
    Aug 2005
    Posts
    78

    [CLOSED] Can you perform a select query against the Dataset?

    I have 2 tables in my dataset and want to create a select statement against the two tables with a join, creating yet a third table in my dataset. The key here, I want to do it AGAINST the cached Dataset and NOT the server.

    I want the user to play with the numbers and see the results on the screen and when they're happy THEN they click save and the data goes to the server. I know how to do this in a function that loops record by record I was hoping I could just do a select on the two tables in the dataset and storing the results in a third. Can you do a select & join against a Dataset?

    Thanks
    Last edited by Venus; Jul 30th, 2008 at 04:14 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width