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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2005-11-22 04:31 ------- With a standalone application I get the same error, see the file I just uploaded. + +------- Additional Comments From [EMAIL PROTECTED] 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', [EMAIL PROTECTED]'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', [EMAIL PROTECTED]'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', [EMAIL PROTECTED]'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' +-------- +(Audit logout) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
