Dino,
If transactions aren't being used I can get it working -- incidently,
your code never actually initializes a transaction, so that's why it
worked :).

Now to get it working with transactions...

-Jeff

On Wed, Aug 6, 2008 at 5:07 PM, Jeff Hardy <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 5, 2008 at 9:06 PM, Dino Viehland
> <[EMAIL PROTECTED]> wrote:
>> Oh, and regarding your blog which insists I sign in to post :)
> Not anymore!
>
>> You can set MultipleActiveResultSets=True in the connection string to get 
>> around the cursor problem.  That's
>> what I did w/ my provider when I was working on Django compat over at
>> http://blogs.msdn.com/dinoviehland/archive/2008/03/17/ironpython-ms-sql-and-pep-249.aspx
>
> I saw that and tried it out but MARS didn't seem to work (other than
> causing a different error message).
>
> -Jeff
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to