Top "Views" questions

This tag is for questions about database view or UI / architectural view.

custom page.tpl.php for a drupal view

How can I create a custom page.tpl.php for a specific view? I'm not talking about styling the view …

drupal drupal-6 views drupal-views drupal-themes
ORA 01114 - IO Error writing block to file

I am working on some compelex sql queries in Oracle 11g, which have aggregation functions like SUM and joins multiple …

sql database oracle11g views tablespace
When to use database views and when not?

This question is about database views, not materialized-views. Pros: Query simplification. Avoid repeat the same joins on multiples queries. Avoid …

views database-agnostic
How do indexes work on views?

Can someone please explain to me in simple English how an index on a view works? I have a fairly …

sql sql-server indexing views indexed-view
Argh! Why does System.Web.Mvc.HandleErrorInfo get passed to my views?

I'm experiencing a rather frustrating problem. My MVC site runs fine for the most part, but randomly throws an error (…

c# asp.net-mvc controller views viewdata
How does local_assigns work in Rails?

I've been googling around about this and can't find the right path. I'm working on a Rails app that is …

ruby-on-rails views
EditorFor() and additionalViewData: how to add data in helper class?

EditorFor() can take an object additionalViewData parameter which the typical method to populate is something like: EditorFor(model => model.…

asp.net-mvc asp.net-mvc-3 views anonymous-types
Create Ruby on Rails views (only) after controllers and models are already created

I've obtained a project that have controllers (minimal code only) and models, but the views are missing. Is there a …

ruby-on-rails views models scaffold
Advanced search with Drupal (Views and CCK)

I'm building a site where products are hold in a content type created with CCK. Products can be associated with …

search drupal views cck
Table-Valued Functions in ORACLE 11g ? ( parameterized views )

I've seen discussions about this in the past, such as here. But I'm wondering if somewhere along the line, maybe 10…

oracle views oracle11g parameterized user-defined-functions