On Jul 9, 3:52 pm, alan-l <alan.lough...@essexcricket.org.uk> wrote:
> Hi,
>
> Im looking to use django to merge 2 MS Access databases into one and
> was wondering the following:
>
> Can a front end view support displaying 2 tables in one view? so
> having a contact on the top half and the company details on the bottom
> half?
> Also, can the view support read,update & delete all within the one
> page? I wouldn't expect it to update both tables at the same time,
> although if the forigen key for the company changed in the contact
> table within this view, i would like to see the company table half of
> the view refresh to the changed company.
>
> If anyone would be so kind to show me the particular django
> documentation page that explores the above or if i could have a very
> basic example, it would be most appreciated.
>
> Kind regards,
>
> Alan

The question doesn't really make sense. Django isn't a table-based
relational db manager, like Access is. It's a tool for creating full-
featured web applications. As such a page can do whatever you want to
program it to do: display as many tables as you want, update them,
whatever. But you need to write the code to do that. There isn't any
documentation about that particular thing, because that's only one use
case out of an infinite number of possible uses.
--
DR.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to