[Tutor] ODBC

Daniel Coughlin kauphlyn@speakeasy.org
Tue, 3 Apr 2001 12:23:00 -0700 (PDT)


try this: http://www.python.org/windows/win32/odbc.html
its not much, but it gets the job the done. 

you have set up a DSN with odbc? if not, you have to control panel/odbc or data
sources , and then add a system DSN using the ms access driver.

hope this helps

~d 


On Tue, 3 Apr 2001, Sharriff Aina wrote:

> Thanks, few minutes after my post I discovered a link to Active state :-)
> My only problem is: how can I access a database over a  network? or with a
> Python CGI Script? boy, documentation on this stuff is mighty hard to find.
> I would be extremy greatful if you could give me an example of remote
> access from another PC over a network and maybe one with CGI.