Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fancy SQL on child table
Message
From
29/09/2006 03:04:45
 
 
To
28/09/2006 16:55:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01157978
Message ID:
01158062
Views:
19
Hi,

>>
>>create cursor stylelist (style c(10),synonyms m)
>>select styles
>>scan
>>  select synonyms
>>  lcSynonym = ""
>>  scan while fk = styles.pk
>>   lcSynonyms = m.lcSynonyms + iif(empty(m.lcSynonyms),"",",") + synonyms.synonym
>>  endscan
>>  if _Tally > 0
>>    lcSynonyms = "("+m.lcSynonyms+")"
>>  endif
>>  select styles
>>  insert into stylelist values (styles.style,m.lcSynonyms)
>>endscan
>>select stylelist
>>browse
>>
>
>I forgot to mention that the result as to be also with the OleDb provider. Thus, one big SQL to achieve all that.

I don't think the above uses any unsupported commands
Why not use a SPROC?
Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform