Your SQL procedure for searching will depend entirely on your DB schema!

It might be as simple as a

SELECT A,B,C FROM MyTable WHERE Username LIKE @Username

Or something more complex using SQL FullText search.

On Thu, Jan 28, 2010 at 5:07 PM, Kadir Avci <[email protected]> wrote:

> I have a rent a car project and I need a details search module. I'm so
> confused.
> Can you share your sql store procedure for searching?
>
> Kadir Avcı
> Software Developer | Web Developer
> web: www.kad1r.com
> twt: www.twitter.com/kad1r
>

Reply via email to