[Mono-bugs] [Bug 59948][Blo] New - SqlDataAdapter.FillSchema on SQLServer 2000

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Jun 2004 11:04:58 -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 uballestrazzi@igconsulting.it.

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

--- shadow/59948	2004-06-10 11:04:58.000000000 -0400
+++ shadow/59948.tmp.17369	2004-06-10 11:04:58.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 59948
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 120 Three weeks
+Priority: Blocker
+Component: Sys.Data.SqlClient
+AssignedTo: rodrigo@novell.com                            
+ReportedBy: uballestrazzi@igconsulting.it               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SqlDataAdapter.FillSchema on SQLServer 2000
+
+Description of Problem:
+If I try to read the schema of a table using SqlDataAdapter.FillSchema it 
+does not return the table name in BaseTableName column.
+
+Reading the source code it seems that SqlCommand.ExecuteReader
+(CommandBehaviour) ignores CommandBehaviour parameter (it reads the 
+property not the parameter passed to the function).
+
+Fixing this Mono.Data.Tds retrieves the table name but it's not used 
+(it's just put in the TableNames array)