On 24 February 2010 20:51, ktemo <herac...@gmail.com> wrote:
> hi
> i working in a desktop app with django mysql,  and wxpython, and i
> need to make transaction
>  i read the doc online, but i dont know if is possible work with a
> desktop app
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@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.
>
>

As far as i know, to use transactions in MySQL you need to use InnoDB
storage engine because MyISAM does not support transactions.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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