I am setting the value of String
something like this:
ps.setString(1, "'Schema.tablename.Columnname','Schema.tablename.ColumnName'");
Then the prepared statement is setting the value as a blank string (''
).
Do I need escape characters here? I tried escaping the characters, but it is not working.