Die Suche ergab 2 Treffer

von didley
Donnerstag 16. Dezember 2010, 18:31
Forum: Datenbankprogrammierung mit Python
Thema: TypeError: not all arguments converted during string formatt
Antworten: 3
Zugriffe: 2367

Re: TypeError: not all arguments converted during string for

Hallo ws,

vielen Dank. Die Abfrage als string funktioniert. Ich hatte das auch schon probiert. Allerdings ohne Zeilenumbrüche. Ich hätte mir 9 Stunden Arbeit sparen können, wenn ich mich gleich an das Forum gewandt hätte. Ein Hoch auf das Forum. :P

Zur Information: Ich arbeite mit der Trac SQL ...
von didley
Donnerstag 16. Dezember 2010, 15:18
Forum: Datenbankprogrammierung mit Python
Thema: TypeError: not all arguments converted during string formatt
Antworten: 3
Zugriffe: 2367

TypeError: not all arguments converted during string formatt

Ich erhalte bei einer Abfrage imme den Hinweis

TypeError: not all arguments converted during string formatting

Vieles habe ich schon probiert und weiss nun nicht mehr weiter. Wer kann mir hierbei helfen?

n_field_name = 'PPS'

cursor_req.execute("SELECT ticket.id, ticket.type, ticket.summary ...