Well I'm developing a data driven application in which I've created a dataset using to datatables called "PartyMaster" and "LedgerMaster". Basically both the tables have same structure but different uses. So in the SqlDataAdapter i've wrote same commands (Insert,Update etc.) for both the tables but whenever I insert or update the PartyMaster table it works fine but the LedgerMaster table is creating trouble when i try to update a row (creating new rows is working fine though). It always throws an exception called "
Failed to convert parameter value from a String to a DateTime" I mean i had never such problems with my code. I'm quite experienced with the DateTime datatype and the PartyMaster table has the same definitions at each and every level and its working great. I copied and pasted all the command, parameter definitions from PartyMaster to LedgerMaster to make them identical but still I'm getting the exception and yes I've rebuild the application several times. So if anybody have something for me then please help me.