Re: [Tutor] Filemaker interactions

2007-08-28 Thread Ian Witham
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

Re: [Tutor] Filemaker interactions

2007-08-02 Thread Kent Johnson
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