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 by this:
http://unipex.it/vario/RealPyOdbc.py

> Would it need to be
> Filemaker specific code or does ODBC have a standardised format?

Probably a bit of each. I'm not familiar with ODBC but typically each 
database has its own quirks and database-specific behaviour.

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to