R
richi
Hello
I stumbled upon articles detailing my problem but have yet to find a
solution so I'm hoping that somebody at Microsoft can help.
I have a OWC11 Pivot table which is populated using XML created by an
HTTPHandler. The problem is the SQL Server database is queried twice as the
handler is fired twice.
This obviously increases the time to server up the page and I would like to
avoid the 2nd trip to the database.
I am using the following code to populate the pivot table.
document.frmSpendPivot.pt.ConnectionString = "provider=mspersist.1"
document.frmSpendPivot.pt.CommandText = "GetPivotData.aspx"
Any help would be greatly appreciated!!
Many thanks in anticipation
R
I stumbled upon articles detailing my problem but have yet to find a
solution so I'm hoping that somebody at Microsoft can help.
I have a OWC11 Pivot table which is populated using XML created by an
HTTPHandler. The problem is the SQL Server database is queried twice as the
handler is fired twice.
This obviously increases the time to server up the page and I would like to
avoid the 2nd trip to the database.
I am using the following code to populate the pivot table.
document.frmSpendPivot.pt.ConnectionString = "provider=mspersist.1"
document.frmSpendPivot.pt.CommandText = "GetPivotData.aspx"
Any help would be greatly appreciated!!
Many thanks in anticipation
R