yes, i copied all data in the correct folder, but it didnt work. but thats 
not more my problem...
 
i changed
row = cursor.fetchall()
into
row = cursor.fetchone()
 
this give me out the correct data into the correct column of my table. my 
next problem there is, why it doesent work with fetchall or fatchmany, and 
why he give me out something like this:
 
Open Orders BAANNameE-MailAckermann Marcel (THA) marcel.ackermann@***.ch 
Ackermann 
Marcel (THA)   

marcel.ackermann@***.ch                        
i mean, why it give me out 2 times the same...?
 
to use my formular data as a filter is another and maybe the biger 
problem...

Am Mittwoch, 21. November 2012 12:02:10 UTC+1 schrieb ?manu*:

> On Wednesday, November 21, 2012 7:53:59 AM UTC+1, Nebros wrote:
>
>> Its not a problem of the version, my pycharm gave no error, but it was 
>> not possible to generate the model... by generating there was always an 
>> error, like it cant find an class or something else
>>
>
> Are you sure the problem is on the db API and not in your code?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/zFSPmx6fFE0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to