Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: campkev ; Forum: MS SQL and child forums
Forum: MS SQL May 9th, 2008
Replies: 1
Views: 1,403
Posted By campkev
get rid of the square brackets around the varchar(255) and it will work fine.

For that matter, why are you putting them around the datatypes anyway? I've never seen anyone do that.
Forum: MS SQL May 9th, 2008
Replies: 3
Views: 3,911
Posted By campkev
select * from persons where (prefix like '%'+@input+'%'
or
firstname like '%'+@input+'%'
or
lastname like '%'+@input+'%')
and address like '%'+@addressinput+'%'
Forum: MS SQL Nov 1st, 2005
Replies: 10
Views: 11,378
Posted By campkev
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC