[Mono-bugs] [Bug 79646][Maj] Changed - ODBC sample crashes
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 18 17:19:51 EDT 2006
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 anagappan at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79646
--- shadow/79646 2006-10-18 06:44:49.000000000 -0400
+++ shadow/79646.tmp.7951 2006-10-18 17:19:51.000000000 -0400
@@ -5,13 +5,13 @@
OS Details: 10.4.7 run on PowerBook G4
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
Component: Sys.Data
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: anagappan at novell.com
ReportedBy: vsadovyy at hotmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: ODBC sample crashes
@@ -65,6 +65,20 @@
like Excel can use the same ODBC without any problems. The problem does
not exists on the Windows, only on the Mac OS.
------- Additional Comments From vsadovyy at hotmail.com 2006-10-12 03:58 -------
MySQL ODBC version 3,51
MySQL Standart 5.0.24a osx10.4 powerpc
+
+------- Additional Comments From anagappan at novell.com 2006-10-18 17:19 -------
+I tried with both mcs and gmcs on Linux, its working fine for me.
+
+I modified the connection string as:
+
+ string connectionString = "DRIVER={MySQL ODBC 3.51 Driver};"+
+ "SERVER=localhost;DATABASE=test;"+
+ "UID=root;PASSWORD=test;"+
+ "OPTION=3";
+
+Rest all same.
+
+Maybe somebody having MAC could try reproducing this bug ?
More information about the mono-bugs
mailing list