Web Application

Hi Guys

Im trying to create a small portal for web use (blackberry use). From this portal im trying to display data from multiple applications in the enterprise. Its basically 4 views that i have with a outline that navs between the 4 views. Those 4 views sit in 3 different databases.

Is there a way for me to create views in this web application and reference the 4 other views in the databases? I’ve tried @DBCOLUMN no luck.

Subject: Web Application

If this is a web application you can run an agent which creates a large table that can act as a view, that way the agent will be accessing the views, but if the view you want is categorised then this would add additional issues.

Alternatively, you could store the information you need in views on the main portal database, having documents holding only the values you need in the view.

Also, you could look at AJAX and populate the view with the values you need, but performance may be an issue.

HTH

Subject: RE: Web Application

AJAX would probably not be a good idea for a mobile app – JavaScript tends to be limited on mobile devices. I’d go for an agent.