Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View OK in VFP7, not in VFP9
Message
From
11/09/2008 03:52:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
View OK in VFP7, not in VFP9
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01346524
Message ID:
01346524
Views:
49
I am converting my app from VFP7 to VFP9.

This view in the DBC works OK in VFP7, but not in VFP9.
CREATE SQL VIEW "MODELV" ; 
   AS Select * From [C:\ABC8\DATA\model.dbf]
Model.dbf is a free table. The view is created at runtime, hence the hard coded path and the quotes around the FROM part.

I am using:
Set ENGINEBEHAVIOR 70

The view does not give an error, it just does not return any records. It works fine in VFP7.


Does this view look fundamentally wrong for VFP9, or should I persevere?

Cyril
Next
Reply
Map
View

Click here to load this message in the networking platform