hello
i am trying to implement a multiple criteria search form, so far I have written the stored procedure which contains the dynamic sql.
I have a windows form with some search fields and a datagridview to show the search results.
what is the best way to implement the link between the form and the database
the storded procedure can receive a variable number of parameters, but always returns the same number of fields.