Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ViewEditor + FireBird 1.5 + V6s5 - Remote views SQL saving
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
ViewEditor + FireBird 1.5 + V6s5 - Remote views SQL saving
Divers
Thread ID:
00861252
Message ID:
00861252
Vues:
44
Hi all, especially Steve

I was recently trying to save the following SQL code for a FireBird database in ViewEditor by Steve for VFP6
SELECT MSALESREPS.*, ;
		MSALESREPS_A.CNAME AS CSPONNAME, ;
		MSALESREPS_A.CCITY AS CSPONCITY, ;
		MSALESREPS_A.CCODE AS CSPONCODE ;
	FROM MSALESREPS MSALESREPS ;
		LEFT JOIN MSALESREPS MSALESREPS_A ;
				ON MSALESREPS.IPID = MSALESREPS_A.IID ;
	ORDER BY MSALESREPS.CNAME, MSALESREPS.CCITY
When saved the SQl defaults to
SELECT * ;
	FROM MSALESREPS MSALESREPS ;
	ORDER BY MSALESREPS.CNAME, MSALESREPS.CCITY
Why is it so?

Please advise.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform