I have your book and read your recomendations. At work on the
other hand ODBC is not seen as the way to go we use ADO.
For Python I'm also reading up on ADO to see how it compares
to the odbc approach.
One thing I did not want to do was have to do sys admin to
setup ODBC. With ADO I can pass it the access info from within
my app.
BArry
p.s.
Where in the U.K are you based?
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Andy
> Robinson
> Sent: 15 February 2001 18:25
> To: Mark Ainsworth
> Cc: [EMAIL PROTECTED]
> Subject: RE: using SQL
>
>
> >
> > I'm looking into accessing a DB hosted on a MSSQL v 7
> > server using python
> > (with tkinter?). Has anyone got any ideas where should I
> > start reading for
> > advice? (especially for the SQL access)
> >
> > thanks
> > Mark Ainsworth
> > Quality Manager
> > Sundance Multiprocessor Technology Limited
> > Chiltern House, Waterside, Chesham, Bucks, HP5 1PS
> > Tel 01494 793167, Fax 01494 793168
> > email [EMAIL PROTECTED] http://www.sundance.com
>
> We have a chapter in "Python Programming on Win32" about
> database access, if you can get hold of a copy. Your
> options are the ODBC module which ships with Pythonwin,
> or Marc-Andre Lemburg's mxODBC package available at
> http://starship.python.net/crew/lemburg/
>
> I suggest you start with the latter as it has the
> best documentation on the Python Database API, and
> features to support database dates/times and stored
> procs. If you want some code snippets to get you
> started, email me back personally. I'm in the UK
> and can help on the phone if you want to do
> something esoteric or get stuck.
>
> Andy Robinson
> CEO/Chief Architect, ReportLab Inc.
> _______________________________________________
> ActivePython mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/activepython
>
>
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython