Posts by Sergio Missias Torres Lopes • 1 point
2 posts
-
0
votes1
answer35
viewsA: Problem entering data into Firibird database
I’d look at that line: pst.setString(9,mod.getDataBancoLivro()); Check if it is String or whether it should be DateTime.
javaanswered Sergio Missias Torres Lopes 1 -
-2
votes3
answers42978
viewsA: How to make a select with multiple `Where field like '%'` in C#
select * from TABELA1 T1 where CAMPO.T1 in (select T11.CAMPO from TABELA1 T11 inner join TABELA2 T2 on T11.CAMPO like '%'||T2.CAMPO||'%')