Results 1 to 2 of 2

Thread: The equivelent of a query in MS Access?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2010
    Posts
    1

    The equivelent of a query in MS Access?

    Hi all, I'm completely new to developing using Visual Basic Express 2010 and SQL Server but keen to build on four years of developing in MS Access.

    Am I right in thinking that creating 'datasets' is the equivalent of a query in Microsoft Access?

    For example, if I have one dataset (dataset.primarydata) and some associated text boxes that i could create a second dataset (dataset.primarydatacontacts) with a WHERE in the dataset statement so as to be able to build a Form showing various PK/FK datasets?

    Many thanks for any advice on what is "my first step".

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: The equivelent of a query in MS Access?

    There is no equivalent of a query.A query is a query or a "view".
    Datasets try to replicate-imitate a behavior.
    But anyway if you want to play with data then u use datasets or standard ado.net and call sql procedures.
    If you want specific help the tell us what are you trying to do(after you have tried something).
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

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