[Mono-bugs] [Bug 75600][Nor] New - The OdbcType.SmallInt insert problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jul 21 08:28:36 EDT 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 spek at impaq.com.pl.

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

--- shadow/75600	2005-07-21 08:28:36.000000000 -0400
+++ shadow/75600.tmp.17879	2005-07-21 08:28:36.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 75600
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Red Hat 8.0
+OS Details: Fedora Core
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: VB Runtime
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: spek at impaq.com.pl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: The OdbcType.SmallInt insert problem
+
+Description of Problem:
+The batabase field which is mapped as OdbcType.SmallInt is incorrect 
+filled with data while adding new row by parametrised insert statment with 
+odbcDataAdapter.Update methid
+
+Steps to reproduce the problem:
+See bug #75599 (http://bugzilla.ximian.com/show_bug.cgi?id=75599
+) to get the sql and the code to run.
+
+Actual Results:
+In the database RecordType=49
+
+Expected Results:
+RecordType=1
+
+How often does this happen? 
+When field type is OdbcType.SmallInt
+
+Additional Information:


More information about the mono-bugs mailing list