I tried this code inside a query but no records display however I deleted 'where ...'
On the other hand, I tried this code:
SELECT ... FROM franchise
Inner Join rel_suivi_franchise ON franchise.id = rel_suivi_franchise.num_franchise
Inner Join suivi_franchise ON suivi_franchise.num_suivi =...
Thanks for this quick answer !!
Actually, [numfranchise] is a criteria in Access. It gives you the possibility with ASP, to go directly to the appropriate record without reading the others (using command object)
Thank you again
ben
Hi everybody
I'm trying to convert my Access DB to Mysql by using ASP and apparently, Mysql doesn't support Access SQL !!
This is my code I want to export:
SELECT franchise.ID, franchise.societe, franchise.nom, franchise.prenom, franchise.adresse, franchise.cp_ville, franchise.pays...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.