MS Sql Server

Dale Strickland-Clark dale at riverhall.NOTHANKS.co.uk
Sun Mar 24 06:14:21 EST 2002


"Chase" <chaimh at mapleusa.com> wrote:

>Hi...
>
>Wondering what the most accepted practice is, for communicating to Sql
>Server Databases. Is it the ODBC module ? mxODBC ? Is there an ADO module ?
>
>Any hints/help appreciated.
>
You don't say where the client is running.

If it's on Windows, ADO is fine using the COM interface provided by
Win32All but you do need to watch out for all the performance tweaks
if you're going to be hitting it hard.

Search this ng's recent history ('ADO' in the subject) for some
interesting posts on the subject.
--
Dale Strickland-Clark
Riverhall Systems Ltd



More information about the Python-list mailing list