Thanks for Gamma 1.0.2 (Convert.ToDateTime note)
Posted by: vincent
Date: November 18, 2004 08:20AM

Hi,

thanks for the gamma 1.0.2 version. It fixed some of my problems i kept running against today. The mayor problem was a "Column count doesn't match value count at row" error when doing an insert. Even after checking, triple, quadruple and 100-uple checking i kept counting the exact same count both for values and columns. The 1.0.2 made the error dissapear.

I only had to fix one thing: when doing a:

Convert.ToDateTime(reader["Date"])

I received an InvalidCast exception. I fixed it by doing:

Convert.ToDateTime(reader["Date"].ToString())

thanks again. I'll let you know if i bumb into any other problems.
vincent

Options: ReplyQuote


Subject
Written By
Posted
Thanks for Gamma 1.0.2 (Convert.ToDateTime note)
November 18, 2004 08:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.