I have in config.properties a sql string like
I want to log the sql string with parameters on jrdc2 server like
Is it possible?
B4X:
sql.select_mytable= select * from table where item1 = ? and item2 = ? order by item3
I want to log the sql string with parameters on jrdc2 server like
B4X:
select * from table where item1 = 33 and item2 = "old" order by item3
Is it possible?