Hi!
Im just playing around little bit with DButils!!
I try to get every entry of december 24th 2012 with the following line of code:
But I always get a SQL Bind Or Column Index out of range error... What is wrong?
Im just playing around little bit with DButils!!
I try to get every entry of december 24th 2012 with the following line of code:
B4X:
m = DBUtils.ExecuteMap(SQL, "SELECT * FROM Dienst WHERE Datum = '24.12.2012'", _
Array As String(Value))
But I always get a SQL Bind Or Column Index out of range error... What is wrong?