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=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: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-10-12 03:58 ------- MySQL ODBC version 3,51 MySQL Standart 5.0.24a osx10.4 powerpc + +------- Additional Comments From [EMAIL PROTECTED] 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 ? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
