Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BO SQL to DB Engine

Status
Not open for further replies.

dbomrrsm

Programmer
Feb 20, 2004
1,709
GB
This is a question of how BO 6.5.1 interacts with the back end RDBMS.

If there is a BO query that necessitates the use of multiple selects in what form is this sent to the database.

For example if the BO query produces 3 selects are these sent to the DB engine as one script or 3 separate scripts.

The reason I ask is that if it is the former my understanding is that the DB would execute each separate statement one after the other whereas if the latter applies then the selects will be run in parallel.

TIA for any answers.

[bandito] [blue]DBomrrsm[/blue] [bandito]

[blue]Software code, like laws and sausages, should never be examined in production[/blue][black] - [/black][purple]Edward Tenner[/purple]
 
Its ok sorted it.

The seperate sql statements are run one after the other not in parallel - in oracle anyhow.

[bandito] [blue]DBomrrsm[/blue] [bandito]

[blue]Software code, like laws and sausages, should never be examined in production[/blue][black] - [/black][purple]Edward Tenner[/purple]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top