Hi,

SAP's database is actually called "MaxDB by MySQL" and you get lots of
information about it on www.mysql.com, including Python drivers. It is
an extremely performant ans feature rich RDBMS, comparable to Oracle,
but it is Open Source. I personally have done quite a few projects with
it, from  a J2EE application to SAP R/3 implementations. Your customer
did a good job in choosing it!

Regarding its integration into Django, I don't know; there is a PHP
connector which emulates MySQL commands and transfers them into MaxDB
statements. Maybe it could be adapted to be used with Django... Looks
like lots of work however. There also was a project going on to write a
standalone MySQL-MaxDB emulator, but this seems to have been stopped.
It's certainly worthwhile to ask a question regarding this on the MaxDB
mailing list which you can find on www.mysql.com.

Regards,
-- Juergen


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to