[pyar] Python no me guarda en la base de datos?
Diego Uribe Gamez
diego.uribe.gamez en gmail.com
Vie Dic 9 12:36:23 ART 2011
Buena por esa, muchas gracias la voy a probar y te cuento, un saludo.
El 8 de diciembre de 2011 19:21, Mauro <metalero82 en gmail.com> escribió:
> Hola!. Perdón, pero esta es mi primer intervencion en la lista, espero
> no "mandar cualquiera".
> Tiene toda la pinta de estar mal formada el string sql:
>
> sql = """INSERT INTO tabla (campo1,campo2) VALUES (lista[0],lista[1])"""
>
> print(sql)
>
> INSERT INTO tabla (campo1,campo2) VALUES (lista[0],lista[1])
>
>
> En cambio sería:
> sql = "insert into tabla1(campo1,campo2) values(%s,%s)"
>
> y luego:
> c.execute(sql,(lista[0],lista[1]))
>
>
> La ayuda dice:
>
> help(c.execute)
>
> Help on method execute in module MySQLdb.cursors:
>
> execute(self, query, args=None) method of MySQLdb.cursors.Cursor instance
> Execute a query.
>
> query -- string, query to execute on server
> args -- optional sequence or mapping, parameters to use with query.
>
> Note: If args is a sequence, then %s must be used as the
> parameter placeholder in the query. If a mapping is used,
> %(key)s must be used as the placeholder.
>
>
> Saludos.
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
>
--
*Diego Alonso Uribe Gamez*
------------------------------
*Desarrollador web*
Twitter: @DiegoUG <http://www.twitter.com/DiegoUG>
Google+: http://gplus.to/diegoug
------------------------------
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20111209/103ab5aa/attachment.html>
More information about the pyar
mailing list