[Mono-bugs] [Bug 60320][Nor] Changed - Mono.Data.SybaseClient: SybaseConnection.Open() doesn't work.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Jun 2004 00:44:11 -0400 (EDT)
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 danielmorgan@verizon.net.
http://bugzilla.ximian.com/show_bug.cgi?id=60320
--- shadow/60320 2004-06-16 21:39:44.000000000 -0400
+++ shadow/60320.tmp.19446 2004-06-20 00:44:11.000000000 -0400
@@ -1,20 +1,20 @@
Bug#: 60320
Product: Mono: Class Libraries
Version: unspecified
-OS:
-OS Details:
+OS: Red Hat 9.0
+OS Details: Red Hat Linux 9
Status: NEW
Resolution:
-Severity:
-Priority: Major
+Severity: Unknown
+Priority: Normal
Component: Sys.Data
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien.robitaille@croesus.com
QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: V1
URL:
Cc:
Summary: Mono.Data.SybaseClient: SybaseConnection.Open() doesn't work.
Description of Problem:
@@ -68,6 +68,40 @@
Always
Additional Information:
Redhat 9
Sybase 11.5
mono-0.96
+
+------- Additional Comments From danielmorgan@verizon.net 2004-06-20 00:44 -------
+Mono.Data.SybaseClient / Mono.Data.Tds works for me with:
+
+ Microsoft Windows XP Pro with SP1
+ Mono Beta 3 (Mono 0.96)
+ Sybase Adaptive Server Enterprise 12.5.1 (ASE or SQL Server)
+
+They both work as Microsoft Visual Studio .NET 2002 (1.0) solution
+too. I have a vs solution for these and the dependent projects if
+anyone is interested. I had to define NET_1_0 for Mono.Security.dll
+to build successfully.
+
+There are two things that are different:
+- he is using Red Hat Linux 9 while I'm using Windows XP Pro SP1
+- he is using Sybase 11.5 while I am using Sybase 12.5.1
+
+Sybase has an ADO.NET data provider for Sybase ASE 12.5 and above,
+but it seems like you have to be a paid customer to get it. They
+say their ADO.NET provider will only work with Sybase ASE 12.0 and
+above.
+
+I wonder if the character encoding between Sybase 11.5 and 12.5 is
+different. Or maybe the encoding works differently between Windows
+XP Pro SP1 and Red Hat Linux 9. Or maybe there is a i18n or l10n
+problem with it.
+
+
+
+
+
+
+
+