- Let's say I have a stored procedure in Microsoft SQL Server 2005 that returns a list of values (1 column result set). I want those list of values appear in Infopath (i.e. they are the values of say a dropdown list). How would I do that?
- Let's say that I would also use other stored procedures for other dropdown lists.
- Let's say I can also call a stored procedure that returns a one valued answer (one row, one column), how can I display that in an Infopath control, say a textbox?
A C# sample solution or a useful web tutorial will be a big help. Thanks in advance for any relevant answers for this question.