Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-14 Thread John Goerzen
Thank you for the hint. Please try this patch: http://git.complete.org/hdbc-odbc?a=commitdiff_plain;h=55af38aac8df9f94498680bc54af173851c32d6c and let me know if it fixes the issue for you. -- John kyra wrote: > John Goerzen wrote: >> GЭnther Schmidt wrote: >>> Kyra I've tried any sort of valu

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-12 Thread John Goerzen
Andrew Coppin wrote: > Günther Schmidt wrote: >> Hi Bulat, >> >> I do :), but I was amazed that there was no response to a post with, >> what I thought, would be a rather common problem for an application >> developer. That post was about writing to an MS-Access database via >> HDBC-ODBC, which

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Günther Schmidt
Hi Kyra, IT WORKS! Thank you very much, my application is now almost finished. It was a whole lot of fun writing this in Haskell, but the last 2 weeks where frustrating, until today. I am amazed at the possibilities Haskell gives me in wiring code together and I would not want to miss it

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Günther Schmidt
Kyra, that is fantastic new! Victory is near, I can smell it hahahahahahahaha ... Um, sry for that, I'm just really really happy and glad I made that post today. I've been trying to get this issue resolved for more than 14 days now and if now solution had shown up on the horizon I would hav

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Don Stewart
redcom: > Hi all, > > I'm looking for Haskell programmer that use Windows as their OS-Plattform. > I developing an application in Haskell on Windows and run into problems > that seem to have a lower priority with the greater Haskell community as > most of them are using Linux where the probl

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread kyra
John Goerzen wrote: GЭnther Schmidt wrote: Kyra I've tried any sort of values to any sort of columns. I tried "insert into somesinglecolumntable (someNumbercolumn) values (?)" [toSql 5] ... and so on. So I'm not certain at all the error message does actually give the right clue. It just

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Andrew Coppin
Günther Schmidt wrote: Hi Bulat, I do :), but I was amazed that there was no response to a post with, what I thought, would be a rather common problem for an application developer. That post was about writing to an MS-Access database via HDBC-ODBC, which fails. When I then asked the HDBC main

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread John Goerzen
Günther Schmidt wrote: > Hi Kyra, > > and again, thanks for taking the effort. > > Kyra I've tried any sort of values to any sort of columns. I tried "insert > into somesinglecolumntable (someNumbercolumn) values (?)" [toSql 5] ... > and so on. > > So I'm not certain at all the error message

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Günther Schmidt
Hi Kyra, and again, thanks for taking the effort. Kyra I've tried any sort of values to any sort of columns. I tried "insert into somesinglecolumntable (someNumbercolumn) values (?)" [toSql 5] ... and so on. So I'm not certain at all the error message does actually give the right clue.

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Günther Schmidt
Hi Kyra, thanks for your reply. The problem I was facing is using an MS-Access backend with HDBC-ODBC. I try to export data to MS-Access and I can't get it to work. Otherwise HDBC works fine in other parts of my app but with MS-Access it blows up. I did of course post this on the haskell-c

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Günther Schmidt
Hi Jason, I don't mean to take this off-list at all. Quite the opposite, I just meant to draw the attention of other Haskellers who also use Windows and might feel a bit alone because of it. It certainly was my feeling, this is only for the windows specific Haskell stuff. Günther Am 10

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Jason Dusek
I do have to ship things to Windows and so I have a small amount of interaction with that platform. This is, unfortunately, something we see all over open source environments. Python and Ruby lists both see posts like this from time to time. While it is important that the interests of

Re[2]: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Bulat Ziganshin
Hello Günther, Saturday, January 10, 2009, 5:31:13 PM, you wrote: i think that problem is not shortage of windows developers among haskellers, but shortage of db developers :) > Hi Bulat, > I do :), but I was amazed that there was no response to a post with, what > I thought, would be a rather

Re: [Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Günther Schmidt
Hi Bulat, I do :), but I was amazed that there was no response to a post with, what I thought, would be a rather common problem for an application developer. That post was about writing to an MS-Access database via HDBC-ODBC, which fails. When I then asked the HDBC maintainer himself it tur

[Haskell-cafe] Looking for Haskellers on Windows

2009-01-10 Thread Günther Schmidt
Hi all, I'm looking for Haskell programmer that use Windows as their OS-Plattform. I developing an application in Haskell on Windows and run into problems that seem to have a lower priority with the greater Haskell community as most of them are using Linux where the problems do not occur or