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=80824 --- shadow/80824 2007-03-05 21:38:41.000000000 -0500 +++ shadow/80824.tmp.15938 2007-03-06 06:21:18.000000000 -0500 @@ -52,6 +52,21 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-02-13 09:49 ------- Subject changed ------- Additional Comments From [EMAIL PROTECTED] 2007-03-05 21:38 ------- The current version of Mono doesn't have the SQL module implemented. + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-06 06:21 ------- +in version 1.1.18/17 sqlserver mode was still working. i had written +my own table in the database before it was working: +CREATE TABLE aspstatetempsessions +( +sessionid varchar, +created timestamp, +expires timestamp, +timeout numeric, +staticobjectsdata bytea, +sessiondata bytea +) + +How is it possible that in that version it was working? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
