Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to design this view?
Message
 
 
À
01/07/2001 23:43:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00525750
Message ID:
00525775
Vues:
15
Hi!

Take a look to CREATE SQL VIEW command in help. You can create it programmatically. Query for view created programmaticall can contain any SELECT statement you want, it just would be not editable by view designer visually.

HTH.

>Hi,
> I have 5 tables:
>
>Table : tblBacklog
>Fields :
>    CtrlCode     (Primary)
>    LogCode
>    RefDept      (Relation : tblDepartment.RefNo)
>    RefDelay     (Relation : tblDelay.RefNo)
>
>Table : tblEmpAssign
>    CtrlCode
>    LogCode
>    Emp_Code
>
>Table : tblEmployee
>    Emp_COde
>    Emp_Name
>
>Table : tblDepartment
>    RefNo
>    Dept
>
>Table : tblDelay
>   RefNo
>   Delay
>
>I would like to combine all of these to be a cursor as the following
>tblBacklog.CtrlCode
>tblBacklog.LogCode
>tblDepartment.Dept
>tblDelay.Delay
>tblEmployee.Emp_Name
>
>I would like to allow use to update the fields of the above, tblBackLog.RefDelay, tblBackLog.RefDepart, tblEmpAssign.Emp_COde
>
>
>
>How should I design it?
>
>Thankl you
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform