[python-win32] Re: Problem with COM/ADO using SQL Stored Procedure with OUTPUT parameter

2005-08-28 Thread Roger Upole
I don't have a Sql Server to work with, but I can get an Oracle stored procedure to return an output parameter with your code. Will Sql server let you select a procedure result ? In other words, could you use something like 'select log_item(?)' to return the result in a record set ? hth

[python-win32] Using IE embeded in a PyGTK application

2005-08-28 Thread João Paulo Fernandes Farias
Hi! This is my first message to this list. ;-) I would like to know if it is possible to embed IE into a PyGTK application, or Mozilla. All I want is a webbrowser in my application which I can control. I think it should be possible with COM, but I don't know how to do it. Thanks, -- João