Pytanie : wysyłać recordSet - smyczkowy whit ""

cześć, i recordSet
when i wysyłać smyczkowy whit "" ono być powrotny nothing

this wat i do

step (1) (funkcja 1)
if theString <> "" then
strWhere = strWhere & "I ExternalUserName JAK "%" & theString & "%" LUB ExternalUserEmail JAK "%" & theString & "%" LUB ExternalUserTafkid JAK "%" & theString & "%" LUB ExternalUserAddress JAK "%" & theString & "%""
end if

step 2
strSelect = "WYBIÓRKA * OD tbl_externalUsers DOKĄD projId =" & sessProjId & "I isActive = (1)" & strWhere

function 2 i dostawać the strSelect


rs.open (strSelect)
befor że i difind the rs…

if the sznurek zawierać "" i móc the recordSet jeśli nie evriting być OK

Odpowiedź : wysyłać recordSet - smyczkowy whit ""

Opcja (1) (Nie the dobry metoda)
Próba "z \"
theString = zamieniać (theString, """", "\ """)

Opcja 2 (Dobry metoda)
Używać robić SQL oświadczenie zamiast the zapytanie jakby ty robić
Zadawalać czek the następujący tutorial i przykład:
http://www.aspfaq.com/params.htm
Inne rozwiązania  
 
programming4us programming4us