18 Dec
2001
18 Dec
'01
12:18 p.m.
Gregorio Hernández Piris wrote:
We have built a database in Ms Access, and now, we intend to access it using the web (Zope). The problem is that our zope istallation is in a Linux machine, and therefore (I think) we can't use ODBC connectivity as the database is in Access, in a windows machine, and zope in a linux machine.
Any idea on how to connect that database to the web?
Thanks,
Gregorio.
you could use a mysql db serverside and the mysql odbc driver clientside to send the data from access to the server (but it's a pita for larger ones) hth philipppe