[Mono-bugs] [Bug 48924][Wis] New - ADO.NET ODBC Problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Sep 2003 23:12:19 -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 cz_huang@hotmail.com.

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

--- shadow/48924	2003-09-25 23:12:19.000000000 -0400
+++ shadow/48924.tmp.25193	2003-09-25 23:12:19.000000000 -0400
@@ -0,0 +1,64 @@
+Bug#: 48924
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: redhat 9
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: cz_huang@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ADO.NET ODBC Problem
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+** (test.exe:12794): WARNING **: byref boolean marshalling not inplemented
+
+Steps to reproduce the problem:
+1. Oracle Client:
+Redhat Linux 9, Oracle 9i Client, Mono 0.26, unixODBC 2.2.6, es-oracle-
+1.2.0-linux-x86-glibc
+
+Oracle Server:
+Windows XP, Oracle 8.1.7
+
+2. Oracle Client:
+Config Oracle data source, use odbctest verify the configuration OK
+
+3. run mono SqlSharpCli.exe
+
+Actual Results:
+SQL# \ConnectionString DSN=ORACLE;UID=system;PWD=manager
+
+SQL# \Provider Odbc
+The default Provider is ODBC
+
+SQL# \Open
+Attempt to open connection...
+
+** (SqlSharpCli.exe:12806): WARNING **: byref boolean marshalling not 
+inplemented
+Open was successfull.
+
+SQL# \e select * from employee
+Error: SQL Buffer is empty.
+
+SQL# \Close
+Attempt to Close...
+Close was successfull.
+
+Expected Results:
+return the data stored in table employee
+
+How often does this happen? 
+every time
+
+Additional Information: