Hello,
I thought I'd update on my Filemaker Pro 6 situation.
The PyFileMaker module (CGI based access) is meeting my requirements at
present, although record searches with a large number of results are a
little slow.
If my project grows much larger in scope I will certainly look into the
mxODBC
Ian Witham wrote:
> Can my CGI script be an ODBC client? How?
Yes
mxODBC is a payware ODBC driver:
http://www.egenix.com/products/python/mxODBC/
Here is an example of connecting to ODBC on Windows:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/303667
which apparently has been replaced