Top "Views" questions

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

Attempt to present UIViewController on UIViewController whose view is not in the window hierarchy

Just started using Xcode 4.5 and I got this error in the console: Warning: Attempt to present < finishViewController: 0x1e56…

ios cocoa-touch ios6 views hierarchy
Can we pass parameters to a view in SQL?

Can we pass a parameter to a view in Microsoft SQL Server? I tried to create view in the following …

sql sql-server parameters parameter-passing views
How to create EditText with rounded corners?

Is there any way to create EditText that has rounded corners?

android android-edittext views rounded-corners
Display a view from another controller in ASP.NET MVC

Is it possible to display a view from another controller? Say for example I have a CategoriesController and a Category/…

asp.net asp.net-mvc views controllers
What is the difference between a stored procedure and a view?

I am confused about a few points: What is the difference between a stored procedure and a view? When should …

sql sql-server-2005 stored-procedures views
Android: How to get a custom View's height and width?

Possible Duplicate: How to size an Android view based on its parent’s dimensions how do I use getMeasuredWidth() and …

android views
View's SELECT contains a subquery in the FROM clause

I have two tables and I need to create a view. The tables are: credit_orders(id, client_id, number_…

mysql sql database views
In Oracle, is it possible to INSERT or UPDATE a record through a view?

In Oracle, is it possible to INSERT or UPDATE a record (a row) through a view?

sql oracle plsql views
How to find which views are using a certain table in SQL Server (2008)?

I have to add a few columns to a table and I also need to add these columns to all …

sql sql-server views