Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 2, 2019 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b50dcd81cf93044bdfd59ebb5d44e8cf to your computer and use it in GitHub Desktop.
Save parzibyte/b50dcd81cf93044bdfd59ebb5d44e8cf to your computer and use it in GitHub Desktop.
val consulta = "select id, descripcion, monto, tipo from tabla"
val cursor = bd.rawQuery(consulta, arrayOf(id.toString())) // <--- Estamos pasando un arreglo para los argumentos, pero no están especificados
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment