Jump to content

TO's and Relationships FMP's way of SQL?


z178

This topic is 6139 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Just curious if FMP is simplifying (graphically) the concept of SQL Queries using TO's and Relationship graphs?

For example -

If I have 2 tables in a database - Customers and Invoices,

Would creating a TO based on Customers be the equivalent of saying in SQL


SELECT * FROM Customers




And making a connection between Customers and Invoices in Relationship graph would be the equivalent of the rest of the SQL statements like




SELECT * FROM CustomersTable, InvoicesTable

WHERE CustomersTable.CustID = InvoicesTable.CustID 

AND

CustomersTable.DateOfCreation ≥ "1/2/2006"

Link to comment
Share on other sites

If you use ESS then the tables are essentially "brought in" to the FileMaker solution, and you can use them as FileMaker table occurances - FM will take care of all queries on your behalf.

Link to comment
Share on other sites

Right, misread the question, the answer is yes, but you do not have access to anything but that graphical representation.

Note that the queries are also taken care of when you perform search's etc.

Edited by Guest
Link to comment
Share on other sites

This topic is 6139 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.