Using Python and MS-SQL Server

Ed Leafe ed at leafe.com
Tue Jun 24 14:58:02 EDT 2008


On Jun 23, 2008, at 11:10 AM, hwcowan at hotmail.com wrote:

> The current script that I am working on requires pulling in some
> information from a Microsoft SQL Server.
>
> I was wondering if anyone could suggest the best way of doing this?  I
> have looked at the different modules that are specific to SQL server,
> but none of them seem to be active or up to date.


	Dabo may be what you need. It is a 3-tier framework for developing  
desktop applications, so even if you are doing web apps, the data  
access layer is fully usable by itself. We support MS SQL Server, as  
well as several other database backends.

-- Ed Leafe
-- http://dabodev.com






More information about the Python-list mailing list