[Mono-bugs] [Bug 76778][Nor] Changed - XSP locks while communicating with SQLServer

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Nov 22 04:39:51 EST 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gallarr at hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76778

--- shadow/76778	2005-11-22 04:31:35.000000000 -0500
+++ shadow/76778.tmp.3046	2005-11-22 04:39:50.000000000 -0500
@@ -170,6 +170,45 @@
 standalone database app
 
 
 ------- Additional Comments From gallarr at hotmail.com  2005-11-22 04:31 -------
 With a standalone application I get the same error, see the file I
 just uploaded.
+
+------- Additional Comments From gallarr at hotmail.com  2005-11-22 04:39 -------
+Sorry I should've posted this before, in the SQL Profiler I get this,
+so mono actually comunicates with the SQLServer, but the stored
+procedure is never reached
+(Audit login: application name: Mono)
+-- network protocol: TCP/IP
+set quoted_identifier on
+set implicit_transactions off
+set cursor_close_on_commit off
+set ansi_warnings on
+set ansi_padding on
+set ansi_nulls on
+set concat_null_yields_null on
+set language Español
+set dateformat dmy
+set datefirst 1
+(Audit logout) 
+If you run the application with 50 byte long strings (so that it runs
+ok) you get this
+(Audit login: application name: Mono)
+-- network protocol: TCP/IP
+set quoted_identifier on
+set implicit_transactions off
+set cursor_close_on_commit off
+set ansi_warnings on
+set ansi_padding on
+set ansi_nulls on
+set concat_null_yields_null on
+set language Español
+set dateformat dmy
+set datefirst 1
+-----
+exec spTest @p1=N'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
+ at p2=N'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
+ at p3=N'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
+ at p4=N'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
+--------
+(Audit logout)


More information about the mono-bugs mailing list