|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Any one else have problems with passing parameters...
Originally posted by : Chrisb (gatorman@tds.net)Hi allI am at a lost to why asp.net will not pass these parameters to a SQL database:"SELECT * FROM main WHERE (myColumn LIKE '%?%')"I have used this in the query analizer and have returned valid search. Is there some reason that vb.net or asp.net will not pass these values?TIAChris
|
|
#2
|
|||
|
|||
|
Originally posted by : W (@)"SELECT * FROM main WHERE myColumn LIKE '%a%';""SELECT * FROM main WHERE myColumn LIKE 'a%';""SELECT * FROM main WHERE myColumn LIKE '%a';"works perfectly
|
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > Any one else have problems with passing parameters... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|