Monday, March 26, 2012

Query

i have written a SP to select multiple columns from a table.now how do i
display the same in the corresponding text boxes that i have in my form...If your text boxes are called text1 and text2, then you would say:
text1.Text = RecordSetVar("Column1")
text2.Text = RecordSetVar("Column2")
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @. http://vyaskn.tripod.com/
"Smitha" <Smitha@.discussions.microsoft.com> wrote in message
news:82507647-4C68-45DB-9E84-457938670013@.microsoft.com...
>i have written a SP to select multiple columns from a table.now how do i
> display the same in the corresponding text boxes that i have in my form...

No comments:

Post a Comment