I have:
And the error is Cannot parse: 1 as boolean
The type of arronnr = TEXT in the db
And how many OR can I use
Last question
Is it be possible to use for ("SELECT MapNaam Mapnaam as a Variable
and
Is it be possible to use for WHERE arronnr = arronnr as a Variable
:sign0013:
B4X:
Dim jop As String
Dim jop1 As String
.
.
jop= "1"
jop1="2"
oRst = SQL.ExecQuery2("SELECT MapNaam, arronnr, wijk, keuze FROM visit WHERE arronnr = ?", Array As String (jop OR jop1))
And the error is Cannot parse: 1 as boolean
The type of arronnr = TEXT in the db
And how many OR can I use
Last question
Is it be possible to use for ("SELECT MapNaam Mapnaam as a Variable
and
Is it be possible to use for WHERE arronnr = arronnr as a Variable
:sign0013:
Last edited: