Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SPT equiv of RECNO in SQL Server & use no. in the tempta
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01155452
Message ID:
01155473
Views:
29
Hi Borislav

>How you create Temp table?

My favourite way is as follows:
	=SQLEXEC(lnSQLHandle, "DROP TABLE #outcome", "outcome")
	TEXT TO lcSQL NOSHOW TEXTMERGE
		SELECT ...
		   INTO #outcome
		   FROM ...
		   WHERE ...
	ENDTEXT
	=SQLEXEC(lnSQLHandle, lcSQL, "outcome")
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform