Michael Kleehammer

Results 105 comments of Michael Kleehammer

GetDesktopWindow returns the handle to the *desktop*, not a handle to anything in the process. It's been many years since I used it but it does work. Good suggestion, but...

Interesting. I guess it makes sense if the target size will matter to the execution plan. I need to look into this for one of my own projects. Is it...

More research: https://msdn.microsoft.com/en-us/library/cc293623.aspx

I want this to be as automatic as possible, so I don't want the default solution to require user input. I can think of some options: * ask the driver...

I'm aware of the int / bigint, but I thought it was behaving like the 3.x version. We don't know the target type for parameters without an execution plan compile...

Please see the [Binding Parameters](https://github.com/mkleehammer/pyodbc/wiki/Binding-Parameters) page of the Wiki where I've collected some thoughts on how to move forward with this and a couple of other related issues. I think...

I've updated the [Binding Parameters](https://github.com/mkleehammer/pyodbc/wiki/Binding-Parameters) wiki with another problem (Informix #260) and another proposal. Feedback?

Should this be a flag that causes all fetch calls to return dictionaries or a separate set of functions?