[p4] Perforce & MS Access
Gareth Rees
gdr at ravenbrook.com
Mon Jul 30 04:42:23 PDT 2001
At 13:17 +0200 2001-07-26, Karl Philipp wrote:
>Our departement leader has been developing a error tracking system
>and much more with MS Access.
>
>Is it possible to connect Perforce with a MS Access database via
>P4DTI/Python, if the Perforce Server runs on a unix (Sun SPARC
>Solaris) computer?
Yes, that's possible. The P4DTI supports Perforce servers at release
2000.2 or later on any platform.
You can take one of two approaches to extending the P4DTI to work
with your defect tracker:
1. Run the P4DTI on Windows, using the Python Win32 extensions to
communicate with your ODBC data source.
2. Run the P4DTI on Unix, using an ODBC driver for Unix (for example,
unixODBC from <http://www.unixODBC.org/>) and a Python interface to
ODBC (for example, mxODBC from eGenix <http://www.lemburg.com/>).
More information about the perforce-user
mailing list