[Mono-bugs] [Bug 69607][Maj] Changed - [Odbc] Memory problems with OdbcDataReader.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Nov 2004 16:06:12 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/69607	2004-11-17 10:43:21.000000000 -0500
+++ shadow/69607.tmp.20672	2004-11-17 16:06:12.000000000 -0500
@@ -2,21 +2,20 @@
 Product: Mono: Class Libraries
 Version: 1.0
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien.robitaille@croesus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: [Odbc] Memory problems with OdbcDataReader.
 
 Description of Problem:
 
 I am using the OdbcDataReader to retrieve more that one million records 
 (A table with one BINARY(16) column). Using MS.NET, this operation takes 
@@ -82,6 +81,12 @@
 Additional Information:
 
 - Mono-1.0.4
 - Sybase 12.5 database.
 - RedHat Linux 9 with freeTDS and unixODBC.
 - Windows XP Pro SP2.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-11-17 16:06 -------
+THis is probably a gc problem.
+
+How do I get a database with odbc on linux? Can you give quick setup 
+instructions?