Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/01/2010, 14:11
Nano-rosario
 
Fecha de Ingreso: abril-2008
Mensajes: 68
Antigüedad: 16 años, 1 mes
Puntos: 0
usar variables en funcion connect

conn = MySQLdb.connect(host = %host,user = %user ,passwd = %passwd,db = %db) % (host,user,passwd,db)


no se puede hacer esto en python verdad?