Date: June 01, 2007 07:02AM hello i am fetching output of stored procedure into a mysqldatareader, now i need to get them into datatable. how can i do this. thanks in advance Subject Written By Posted how to convert a mysqldatareader into datatable ...
(if you check your datatable you'll see there is no place to mark field type as UNSIGNED) So I really don't know if your problem can be fixed. As can be seen in attached image, DataTable.Rows[0].ItemArray 3 (Numeric precision) is not set. Maybe this value can be used to help...
that for each result I iterated to do another select against another table (yes this is better served by a join, but the data was not really related in such a way that I could have done that so simply) I ended up sucking the whole resultset into a DataTable and iterating that with...
Data.DataTable object.OverridesSystem.Data.Common.DbDataReader.GetSchemaTable()GetStream(Int32)Gets a stream to retrieve data from the specified column.Declarationpublic override Stream GetStream(int i) ParametersTypeNameDescription System.Int32 i The zero-based column ordinal....
Date: June 01, 2007 07:02AM hello i am fetching output of stored procedure into a mysqldatareader, now i need to get them into datatable. how can i do this. thanks in advance Subject Written By Posted how to convert a mysqldatareader into datatable ...