Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View
Message
From
15/03/2001 17:05:20
 
 
To
15/03/2001 15:04:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: View
Miscellaneous
Thread ID:
00485402
Message ID:
00485631
Views:
10
>You should make sure that all indexes for a table are stored with the table in a compound index file (cdx).
>
>Can you post the SQL that defines your view?



This is it, generated by VFP


SELECT Pyoutbak.int06, Pyoutbak.c40_01, Tlkppaf.name, Pyoutbak.date01,;
Pyoutbak.datm06;
FROM sys2core!pyoutbak LEFT OUTER JOIN sys2core!tlkppaf ;
ON Pyoutbak.int01 = Tlkppaf.int01;
WHERE Pyoutbak.int06 <> 0;
AND TTOD(Pyoutbak.datm06) >= ?gd_start;
AND TTOD(Pyoutbak.datm06) <= ?gd_end;
ORDER BY Pyoutbak.datm06

VFP created the index on the root_ directory of the server if that means anything.


CG
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform