Tell me, please, as in the request:
String query2 = "select message from messages_type WHERE str ='qwe'" instead of str = 'qwe' use str = var_qwe , where var_qwe is my local String variable used in the program?
Tell me, please, as in the request:
String query2 = "select message from messages_type WHERE str ='qwe'" instead of str = 'qwe' use str = var_qwe , where var_qwe is my local String variable used in the program?
Source: https://ru.stackoverflow.com/questions/654585/
All Articles