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=79449 --- shadow/79449 2006-09-20 03:03:06.000000000 -0400 +++ shadow/79449.tmp.23481 2006-09-20 03:03:06.000000000 -0400 @@ -0,0 +1,69 @@ +Bug#: 79449 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Red Hat Enterprise Linux 2.4.21 +Status: NEW +Resolution: +Severity: Unknown +Priority: Blocker +Component: Sys.Data +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Not Exception: The requested feature is not implemented. + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +I am connecting to Sybase Database on Linux using Mono.Data.SybaseClient. I +am getting the following exception: + +in <0x00035> Mono.Data.SybaseClient.SybaseRowUpdatingEventArgs:.ctor +(System.Data.DataRow row, IDbCommand command, StatementType statementType, +System.Data.Common.DataTableMapping tableMapping) +in <0x00022> +Mono.Data.SybaseClient.SybaseDataAdapter:CreateRowUpdatingEvent +(System.Data.DataRow dataRow, IDbCommand command, StatementType +statementType, System.Data.Common.DataTableMapping tableMapping) +in <0x00411> System.Data.Common.DbDataAdapter:Update (System.Data.DataRow[] +dataRows, System.Data.Common.DataTableMapping tableMapping) +in <0x00068> System.Data.Common.DbDataAdapter:Update (System.Data.DataTable +dataTable, System.Data.Common.DataTableMapping tableMapping) +in <0x00080> System.Data.Common.DbDataAdapter:Update (System.Data.DataSet +dataSet, System.String sourceTable) +in (wrapper remoting-invoke-with-check) +System.Data.Common.DbDataAdapter:Update (System.Data.DataSet,string) +in <0x0077a> <mynamespace.classname>:UpdateToDB +(System.Collections.Hashtable objectTypeToRowArray, System.Data.DataSet +dataSet, System.String objectType, System.String storableObjectType, +Boolean saveFlag, IList persistentDOs, Int32 storeIndex, IList objectsStored) +20060920-100822.251: [70173, 1]: PushScheduler: Error: NonRecoverable: +<mynamespace.classname>: The requested feature is not implemented. +Exception: The requested feature is not implemented. + +Steps to reproduce the problem: +1. Create a sybase dataadapter e.g "da" +2. Fill in for the insert command of "da" any stored procedure e.g +CreateNewEntry_SP +3. In "CreateNewEntry_SP" try to insert into a Table e.g Entries, a new row +with the parameters of InsertCommand.Parameters. + +Needless to say, both "CreateNewEntry_SP" and the table should already be +there on the sybase database (ASE 15). + +Actual Results: + +Above mentioned exception + +Expected Results: + +New row in the database table. +How often does this happen? +All the time. + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
