![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| Hello All, I am very new with MDX queries and stuck out with one place..your help is needed. we are having a application built in ASP.NET, at one place the MDX query is getting very much time to get executed and we dont want to sit the user who is accessing that query from web, so we need to set timeout property for that query hence for certain time limit if the result doesn't come up that query get stop and user can have message. We tried a lot but no one option is working, so please guide how do we sent timeout property. Here is the code.. Dim cnolap As New ADODB.Connection Dim cell As New ADOMD.Cellset cnolap.Open(ConfigurationSettings.AppSettings("con nectionMD")) cell.ActiveConnection = cnolap cell.Open(mdxqry) session("cell")=cell response.write("Complete") Response.Flush() *** Sent via Developersdex http://www.developersdex.com *** |
![]() |
| Thread Tools | |
| Display Modes | |
| |