Purpose: do a database search with UP to Five parameters(in one string
separeted by *)
Approach: VB code calls a stored procedure, using ADO access method
Questions: where to separate these parameters with the speed concern, in VB
code or SP?
Is it possible to separate a string in SP(which I prefer)? How?
Any ways to make a SP with varying parameters?

Thank you for your comments and suggestions in advance