> I am interested in using Python in a MS SQL Server environment, but do > not see any database modules out there, especially for native versus > using ODBC. Is there such a module? This is a total guess, because I haven't done this myself: Have you tried using win32com to use ADO? // mark -