Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record not selected by a SQL query
Message
From
29/10/2018 05:24:35
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
28/10/2018 22:11:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01662848
Message ID:
01662878
Views:
35
>In addition to Als remarks - and perhaps aiming at similar problem, which alias for vfp table function -
>recno() is unreliable on joins.
>
>If recno("kartei") is needed, filter in first step to temp cursor, do inner join in discrete step.

Any function which requires an alias can be used without it in a single table query. If it's used with an alias, it takes its values from that alias outside of the query; inside the query the aliases are unknown (perhaps if specified in "from mytable alias qq", then SomeAliasFunc("qq") may work, didn't try). Generally, we all learned, the hard way, not to use such functions in multi-source queries.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform