Python, ADO, VC++ 6

Keith Farmer farmerk at pacbell.net
Mon Jan 8 01:51:58 EST 2001


"Mark Hammond" <mhammond at my-deja.com> wrote in message
news:93bcbj$lfl$1 at nnrp1.deja.com...
> You should be able to use the COM extensions to use ADO.

The reason I'm not doing the calculations in Python is the sheer number --
in the tens of millions, not counting the trig.  I'm converting the routines
directly to C++ to avoid having to go from Python to DB to looping with
Python and Numpy.  Current run to get the accuracy I need is 5-10 minutes --
I figure I could shorten that up by cutting Python out of the calculation
loop, and provide me with an excuse to learn db programming under C++.

> A quick glance doesn't offer any ideas.  Where exactly does the program
> crash?  You have MSVC, so should be able to get a debuggable version of
> your module.

I'll have to see if I can get the information.





More information about the Python-list mailing list