how to use SQL Functions or Stored Procedures in InfoPath

P

psimonov

If any way exist in InfoPath to use existing SQL Functions or Stored
Procedures
Please advice
Peter
 
S

S.Y.M. Wong-A-Ton

As long as you don't need data returned through output parameters, you can
set the QueryAdapter.Command to use a stored procedure.
 
Top