hi Ana.. hi im getting following error message when i inserting into database input string was not in a correct
Its work fine locally(windows xp),and i putted validation also validadtion is not happening on server(windowsserver03)and getting following error message input string was not in a correct On Jan 14, 6:38 pm, Anachronistic <[email protected]> wrote: > Hi Nelson, > > Can you provide the schema for your table and the code for your > insert? > > It seems you're trying to insert a record whose type is incompatible > with the data type set on the database schema. For example, you may > have a field for someone's ID set to expect numeric values on the > database side (i.e. ID => 1234) but you're passing in a string > representation of the ID from a TextBox (i.e. txtUserID.Text => > "1234"). > > Alan > > http://www.twitter.com/anachronistic
