Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to design this view?
Message
From
02/07/2001 04:36:05
 
 
To
01/07/2001 23:43:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00525750
Message ID:
00525775
Views:
14
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform