Home All Groups Group Topic Archive Search About
Author
13 Aug 2005 12:50 PM
Smitha
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...

Author
13 Aug 2005 2:16 PM
Narayana Vyas Kondreddi
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/



Show quote
"Smitha" <Smi***@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...

AddThis Social Bookmark Button