Hi
I am using VB and MTS with Oracle. Some time in my application I used to run a complex queries. At that time I wold like to display a status bar with a message. But Timer doesn't work. Once I call MTS component from my code, control comes back after the excection is completed. I put Timer...
Thanks for the reply. I have done all these things. I don't have the problem always. Only when I run a complex queries in MTS component which takes more response time and if the user clicks on the screen we get this message.
"Switch to, Retry".
User is willing to wait if he sees...
Hi
I have a problem. While calling MTS component and waiting for the response, I display a status bar message and vbhourglass mouse pointer. I would like display a progress bar or any nice graphical stuff. My problem is once I call MTS object,the control moved. So I cann't increase progress...
I don't know where you specify the server in your code.
This following code would work.
Dim objClass As Object
Set objClass = CreateObject("BizLayer.Class1",Servername)
Set receivingval = objPersist.Functionname(Parameter)
Please make sure that Bizlayer is registered...
Hi
I am using VB6 and Oracle as database. Middle layer is MTS. Whenever the system runs complex queries or large amount of data has to be accessed, User get a message
"Swith to or Retry".
user has to press retry for couple of times, then gets the output.
It doesn't do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.