Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table, index and multiple relations
Message
 
To
18/02/2005 17:30:34
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00988168
Message ID:
00988533
Views:
65
Hi Hilmar,

Yes I'm familiair with queries and have used them a lot.

TIA.

>Did you use queries? If you didn't, you should start with the query designer:
>
>CREATE QUERY
>
>or
>
>MODIFY QUERY
>
>This will create a program with extension .QPR, which you can then run with DO (or you can copy the code to another program)
>
>Try some simple experiments first, and then more complicated ones:
>
  • Select specific fields from a single table.
    >
  • Add a filter condition.
    >
  • Combine data from two tables.
    >
    >All this will create a read-only cursor - you can't update the original tables. If you already did all this, we can continue with views.
    >
    >Greetings,
    >
    >Hilmar.
    Zakaria al Azhar
    My blog on Actuaris.net
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform