MySQL Forums
Forum List  »  Microsoft Access

Question comparing MySQL and Access Queries
Posted by: Gabor Vojnar
Date: July 12, 2005 08:00AM

Hi,

Im just studing MySQL. I have recently worked up a database in Access where some cases I used queries and joined them after another maybe 10-20 levels before I got the results. In those cases I was able to save the query and reconnect it to another table or query so it become a chain of queries before I got the results. Now I begining to realize that in MySql and PHP it works quite differently. The way I visualize it at this point, I beleive I have to build a query in phpmyadmin or query browser and I have to assign variables to the results in php and use those variables to join to another query or table in mySql to get the results of that new query and this will give the same chain effect. Is this correct?

Regards,
Gabor

Options: ReplyQuote


Subject
Views
Written By
Posted
Question comparing MySQL and Access Queries
2714
July 12, 2005 08:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.