Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to define such view?
Message
From
01/03/2005 11:53:56
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00991616
Message ID:
00991629
Views:
14
>Hi everybody,
>
>I have a problem to which I don't see an immediate solution, so I am hoping that great minds from UT can help me with it.
>
>I have a view
>CREATE SQL VIEW LV_SAVED_SEARCHES AS ;
>SELECT Saved_searches.* ;
>	FROM mmviscollect!saved_searches ;
>	WHERE Saved_searches.cusgrlink_fk = ( ?vp_cusgrlink_fk ) ;
>		OR Saved_searches.cusgrlink_fk = ( ?vp_vcam_fk ) ;
>	ORDER BY Saved_searches.isequence_number
>
>Now, in its current way it will always return all records, because we defined all of them for VCAM user. I want it to return "my" records if it finds that cUsgrLink_fk matches my cUsgrLink_fk. However, if I don't have records for my ID, I want it to return all records. Could you please help me a little bit?
>
>Thanks in advance.

Nadya,

Not exactly what you asked for, but you could break it up into 2 queries - run the one against ?vp_cusgrlink_fk first and, if _TALLY = 0, run the second against ?vp_vcam_fk.

HTH,
Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform