[Jeff Sacksteder wrote]
> 
> I'm using the standard odbc module with ActivePython 2.1. I can't find any
> documentation on the paramstyle used by the odbc module. I'm guessing that I
> should be using the ? paramstyle, but I'm still not getting any results. My
> code currently looks like this:

Unfortunately most of the PyWin32 extensions are under documented.
Fortunately they are usually very thin wrapping of the Win32 APIs. Here is an
MSDN page describing the ODBC API. Perhaps you can glean the information you
need from there:
    
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/vfpodbcsupportedodbcapi.asp

As well, you could also try to ask on [EMAIL PROTECTED] where some
people with the same experience might be able to help you.

Cheers,
Trent

-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to