Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Matrix
Message
 
À
24/06/1999 16:46:39
Dovi Gilberd
Dovtware Consulting Inc
Miami, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Matrix
Divers
Thread ID:
00233482
Message ID:
00234724
Vues:
28
>>>
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform