25 Oct
2001
25 Oct
'01
3:48 a.m.
currently have Zope 2.2.0/Python 1.5.2 set up on a windows NT 4 machine which communicates to a database via ZODBCDA. My application accesses a database that must stay on a different Windows NT machine for legacy purposes. My Questions are (1) Can I use my current Data.fs when I set up
Uhhmm... You might also want to take a look at ZClient: http://www.zope.org/Members/lstaffor/ZClientMethod especially if you have a Zope installation on the database server... that's maybe the easiest way to access the db from your linux machine.