I'm getting an invalid pointer exception as my program closes which is bothering me. Looking at the project code ... it pass the Application.Run line and reaches end. Which you would think it would pass over and terminate the program. But appearantly on that line is where the exception occurs.
It happens only in case i run a pervasive stored procedure. I run stored procedure on click of a button, if don;t run that stored procedure it works fine. I gone thru the stored procedure and all the cursor and other stuff is properly closed in stored procedure.
Is there any way i able to control this error. This is very urgent and important.
Thanks in advance.
Parv
It happens only in case i run a pervasive stored procedure. I run stored procedure on click of a button, if don;t run that stored procedure it works fine. I gone thru the stored procedure and all the cursor and other stuff is properly closed in stored procedure.
Is there any way i able to control this error. This is very urgent and important.
Thanks in advance.
Parv