[Mono-bugs] [Bug 48924][Wis] Changed - ADO.NET ODBC Problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Sep 2003 23:36:22 -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.25318 2003-09-25 23:36:22.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 48924
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: redhat 9
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: cz_huang@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -59,6 +59,51 @@
return the data stored in table employee
How often does this happen?
every time
Additional Information:
+
+------- Additional Comments From cz_huang@hotmail.com 2003-09-25 23:36 -------
+Sorry, I make a mistake. The 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# select * from employee
+
+SQL# \e
+Execute SQL: select * from employee
+
+Display any result sets...
+Display the result set 1
+Fields in Query Result: 2
+
+FIRSTNAME LASTNAME
+=================== ===================
+
+Error: System.InvalidCastException: Cannot cast from source type to
+destination type
+in <0x0002d> 00 System.Data.Odbc.OdbcDataReader:GetDateTime (int)
+in <0x00736> 00 Mono.Data.SqlSharp.SqlSharpCli:DisplayResult
+(System.Data.IDataReader,System.Data.DataTable)
+in <0x00024> 00 Mono.Data.SqlSharp.SqlSharpCli:OutputQueryResult
+(System.Data.IDataReader,System.Data.DataTable)
+in <0x000ae> 00 Mono.Data.SqlSharp.SqlSharpCli:DisplayData
+(System.Data.IDataReader)
+in <0x000fe> 00 Mono.Data.SqlSharp.SqlSharpCli:ExecuteSql (string)
+
+SQL# \Close
+Attempt to Close...
+Close was successfull.
+
+
+
+
+