TMSStoredProc issue
TMSStoredProc issue
SDAC version 6.5.10 
delphi xe3 and delphi 2010
Once you initially set the stored procedure name and activate it (at design time) it works well. then try double click on the stored procedure and click ok without doing anything else; if you try to activate the stored procedure now, you get the error message: no SQL Statement is provided !!!!
how soon can this be fixed?
Thanks
			
									
									
						delphi xe3 and delphi 2010
Once you initially set the stored procedure name and activate it (at design time) it works well. then try double click on the stored procedure and click ok without doing anything else; if you try to activate the stored procedure now, you get the error message: no SQL Statement is provided !!!!
how soon can this be fixed?
Thanks
- 
				AndreyZ
 
Re: TMSStoredProc issue
We know about this problem. We will fix it in the next SDAC build.
			
									
									
						Re: TMSStoredProc issue
Is there a work around?
			
									
									
						- 
				AndreyZ
 
Re: TMSStoredProc issue
The workaround is to call the TMSStoredProc.PrepareSQL method before opening or executing TMSStoredProc, as follows:
			
									
									
						Code: Select all
MSStoredProc1.PrepareSQL;
MSStoredProc1.Open;
Re: TMSStoredProc issue
Thanks, I was able to revert to the earlier version and get it to work again.  I will try this later this week.
			
									
									
						- 
				AndreyZ
 
Re: TMSStoredProc issue
We have fixed this problem. This fix will be included in the next SDAC build.
			
									
									
						Re: TMSStoredProc issue
Hi,
Alguma previsão para a proxima atualização ?
			
									
									
						Alguma previsão para a proxima atualização ?
- 
				AndreyZ
 
Re: TMSStoredProc issue
We plan to release all DAC products approximately in a week or two.