I am doing the following query
the results are different
what is the problem
the results are different
what is the problem
SQL.ExecQuerySingleResult("SELECT count(*) FROM SOLICITUDES WHERE CLAVE=1135351")
result=1 its OK
SQL.ExecQuerySingleResult2(sbInsertQuery.ToString,ArrayAsString(1135351)))
sbInsertQuery.ToString="SELECT count(*) FROM SOLICITUDES WHERE CLAVE=?"
result=0 fail.