GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  BO Designer

 Print  |  
Question:  Explain the SQL Queries activated to data base from Data provider in BO ?



December 12, 2005 13:55:50 #1
 Ravi   Member Since: Visitor    Total Comments: N/A 

RE: Explain the SQL Queries activated to data base fro...
 

BO automatically generates the SQL query when objects are selected into query panel. When you run the query, the query is processed to database based on your connectivity.

for ex: If you run query using, Local Machine Full Client (BO reporter), the query directly connects to database through midilleware

Full Client <---> Database

If you run query using Webi, the webi browser will connects to Web Server and Webserver will proces request to Database.

WEBI <--->Web Server <---> Database

     

 

Back To Question