Ausgabemydb = mysql.connector.connect( host="localhost", user="root", password="eadmin", database="svw" )
mycursor = mydb.cursor()
sql = "SELECT dbvmglid, dbvmgl01, dbvmgl02, dbvmgl13, dbvmgl14 FROM dbvmgl WHERE dbvmgl17 = %s"
adr = (card, )
mycursor.execute(sql, adr)
for row in myresult:
print (row)
meine Versuch t0 = row[0]1234
Ich
Du
0110
1001
usw.. alles fehl geschlagen
Wie bekomme meine Ausgane in Variablen ?