Hello,
with this i have 0 results
with this i have results
c_id is a integer.
did someone else have the same problem? or am I doing something wrong?
I've tried to reproduce it in a sample program, but it works...
with this i have 0 results
B4X:
Dim DR As ResultSet = Main.content_sql.ExecQuery2("SELECT * FROM dt_content WHERE id = ?;",Array As String(c_id))
B4X:
Dim DR As ResultSet = Main.content_sql.ExecQuery("SELECT * FROM dt_content WHERE id = " & c_id & ";")
c_id is a integer.
did someone else have the same problem? or am I doing something wrong?
I've tried to reproduce it in a sample program, but it works...