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 ...
I was able to verify your problem just as described. But I see two more problems that are out of hands for c/NET team: o "NUM flag for DECIMAL column" is fixed only in MySQL server 6.x and 5.5.x o lack of support for UNSIGNED types in .NET FW (if you check your datatable ...
// BUT WITH THIS QUERY, A CALL TO DATAADAPTER.Fill() FAILS WITH ERR MSG SHOWN string sSql = String.Format( "SELECT u.table_name AS table_name " + "FROM information_schema.table_constraints AS c " + "INNER JOIN information_schema.key_column_usage AS u " + "USING( constraint_schema...
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 ...