Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Matrix
Message
 
To
24/06/1999 16:46:39
Dovi Gilberd
Dovtware Consulting Inc
Miami, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Matrix
Miscellaneous
Thread ID:
00233482
Message ID:
00234724
Views:
26
>>>
>>>CREATE VIEW pv1_rate AS;
>>> SELECT * ;
>>> FROM rate ;
>>> WHERE code = ?m.code
>>>
>>>m.code = SUBS(callId,1,6)
>>>USE pv1_rate
>>>

OPEN your database by issuing...

OPEN DATABASE MyData

Then run the code exactly as it is above/below...

CREATE VIEW pv1_rate AS;
SELECT *;
FROM yourratetable;
WHERE yourcodeid = ? m.code

then assign a code value to m.code like...

m.code = '175010'

then use pv1_rate like...

USE pv1_rate

The result will only contain entries that have a code of '175010'


Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform