Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select from SPT - Into Array?
Message
From
28/08/2009 11:02:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Select from SPT - Into Array?
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01421480
Message ID:
01421480
Views:
112
On regular dbf tables, I will sometimes do this in a method:
Select sum(qty*price) from JobItems Into Array laTotal

return Nvl(laTotal, 0)
Now that I am working on moving my data to SQL Server, I need to know how I can you make a SPT Sql call and have it pull something back into an array like the above?


.
Next
Reply
Map
View

Click here to load this message in the networking platform