Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Ruben Jackson   on Jul 27 In Asp.net Category.

  
Question Answered By: Darrell Harvey   on Jul 27

Have you tried concatenating you SQL string:


strSQL = "select from ... Where "
strSQL = strSQL & "(fieldForState = '" & 1stselState & "')"
strSQL = strSQL & " AND "(fieldForState = '" & 1stselState & "')"
strSQL = strSQL & " AND "(fieldForState = '" & 1stselState & "')"

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Select Parameter query driven by listbox Or get search suggestion and latest updates.


Tagged: