Wiadomość napisana w dniu 2008-09-11, o godz. 22:50, przez Jason Sypolt:

> Is it possible to connect to an as400 database using django
> (preferably) or with python? I would like to build a product catalog
> site using django and read in products and send orders to the as400.

DB2/400 is accessible using ODBC. If there is any database backend  
that uses ODBC for connecting to databases, you are set.

But I had much more success with other databases, feeded with data  
from DB2/400. This database is optimized for sequential access and set  
operations (via SQL interface) can be really slow.

-- 
We read Knuth so you don't have to. - Tim Peters

Jarek Zgoda, R&D, Redefine
[EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to