Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql select
Message
From
11/08/2005 16:05:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Sql select
Miscellaneous
Thread ID:
01040398
Message ID:
01040398
Views:
49
If I have a parent/child relationship established and the parent table is filtered via set filter to . . . .

I want to use SQL SELECT to create a cursor from both tables containing only the records that are consistant with the filter established in the parent table, the following code seems to work . . .

lcFilter = filter()

SELECT FROM etc etc
WHERE &lcFilter ;
etc etc

There are however 2 problems. The first of these is that if the filter condition references a field that is contained in both tables, such as the join field, it will crash. Prefacing the field with the alias when the original filter is created corrects this but getting my user to do this will be difficult.

The second problem is that the SELECT statement behaves as if SET EXACT is OFF even though the actual setting is ON. Does anyone know of a way to deal with these two situations?

Thanks in advance for any insights.
Next
Reply
Map
View

Click here to load this message in the networking platform