On Apr 17, 2:11 pm, timlash wrote:
> Searched the web and this forum without satisfaction. Using Python 2.7 and
> pyODBC on Windows XP I can get the code below to run and generate two cursors
> from two different databases without problems. Ideally, I'd then like to
> join these result cursor
On Apr 17, 2:11 pm, timlash wrote:
> Searched the web and this forum without satisfaction. Using Python 2.7 and
> pyODBC on Windows XP I can get the code below to run and generate two cursors
> from two different databases without problems. Ideally, I'd then like to
> join these result cursor
On Tue, Apr 17, 2012 at 12:11 PM, timlash wrote:
> Searched the web and this forum without satisfaction. Using Python 2.7 and
> pyODBC on Windows XP I can get the code below to run and generate two cursors
> from two different databases without problems. Ideally, I'd then like to
> join these
Searched the web and this forum without satisfaction. Using Python 2.7 and
pyODBC on Windows XP I can get the code below to run and generate two cursors
from two different databases without problems. Ideally, I'd then like to join
these result cursors thusly:
SELECT a.state, sum(b.Sales) FROM