[Mono-bugs] [Bug 323646] DateTime missing milliseconds as output Parameter

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 6 15:18:04 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=323646#c1


Paul Rensing <prensing at cimetrics.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                                        |NEW
      Info Provider|prensing at cimetrics.com                          |




--- Comment #1 from Paul Rensing <prensing at cimetrics.com>  2007-11-06 13:18:04 MST ---
Created an attachment (id=182294)
 --> (https://bugzilla.novell.com/attachment.cgi?id=182294)
Program which demonstrates bug

This program demonstrates the bug. You will need to edit it and provide a valid
DB connection string. Be warned that, as written, it creates a new table in the
specified database.

I compiled the program as:
   gmcs /out:SqlTimestampBug.exe /r:System.Data SqlTimestampBug.cs
using Mono 1.2.5. It throws an exception under Mono/Linux:

Unhandled Exception: System.Data.DBConcurrencyException: Concurrency violation:
the UpdateCommand affected 0 records.
  at System.Data.Common.DbDataAdapter.Update (System.Data.DataRow[] dataRows,
System.Data.Common.DataTableMapping tableMapping) [0x00000] 

If I copy the compiled .exe to a Windows box and run it there (against .NET
2.0), it runs correctly.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list