Connecting Tech Pros Worldwide Forums | Help | Site Map

Search

Member
 
Join Date: Sep 2006
Posts: 37
#1: Jan 29 '07
hi all...

I am setting up a search field on my winform.
I have no idea how to start it though.
This field will take numeric and char types, to search on fields retrieved from a stored procedure.
I think I have to do a for loop..I'm really not sure though..

Any ideas or links.. thanks

kt

kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Jan 30 '07

re: Search


Wouldn't you just want use dynamic variables in your stored procedure, rather than a loop. Something like:
Running Dynamic Stored Procedures
Reply