Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Frustating with view designer...
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Frustating with view designer...
Miscellaneous
Thread ID:
00285299
Message ID:
00285299
Views:
61
again, view designes is destoying my nice views...

in command window i wrote that:
CREATE SQL VIEW MYVIEW AS;
SELECT *;
FROM MYDATA;
WHERE;
F1=?V1;
AND F2=?V2
AND (F3=?V3 OR F4=?V4);
AND F5=?V5;
AND F6=?V6

it worked fine!
BUT.
If I open the view with the view designer,
it MODIFIES the original sql sentente to:SELECT *;
FROM MYDATA;
WHERE;
F1=?V1;
AND F2=?V2
AND F3=?V3 OR (F4=?V4;
AND F5=?V5;
AND F6=?V6)


( or something like that)

and DESTROY my SQL.

Ok, I will NOT open it in view designer, but what happend if someones opens it?? It will not work anymore.

The DBC`s Memo field stores the view correct until I Use the view designer.

Some GURU has a solution for that???

We are using the same designer form VF3 in VF6, and the same problems, of course.

I think we need other view designer as soon as possible.
------------------------------------
Miguel Angel Hernaiz
miguel@gnomo.net --- miguel@vfug.org
ICQ: 3813422 --- www.gnomo.net
------------------------------------
Next
Reply
Map
View

Click here to load this message in the networking platform