Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Nested view not working in VFP 9
Message
De
10/02/2005 11:26:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Nested view not working in VFP 9
Divers
Thread ID:
00985594
Message ID:
00985594
Vues:
48
To reproduce, run the code under VFP 9.

Observed result: empty browse window
Expected result browse window with one row.

Notes.
1. This problem does not occur in VFP 7.
2. SET ENGINEBEHAVIOUR does not fix this.

This breaks my application. Any idea how to fix this ?
CREATE CURSOR test ( test c(10) )
INSERT INTO test VALUES ('test')

CREATE DATABASE temp

create sql view DOKLSTL as sele * from test

RENAME VIEW DokLstL TO Originaal
CREATE SQL VIEW DokLstL1 AS SELECT * FROM Originaal

SELECT 0
USE doklstl1
BROWSE
Andrus
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform