Click here to Skip to main content
15,893,622 members

Comments by Patsail1 (Top 2 by date)

Patsail1 11-Jun-12 5:25am View    
Desperation set in:
I have re-constructed the Form and copied the identical coding to the new form.
Old Form then deleted
I no longer get an error - Obviously the file was corrupted, location unknown
Sorry to have posted, I could have done this sooner

Pat 'D
Patsail1 11-Jun-12 3:26am View    
Richard, Abhinav

Thanks for responding and sorry if my problem was not clear

When de-bugging

The program stops at the line:
daPersons.Update(DsRatingDbSQL.Tables("Persons"))

and Outputs the following error:
InvalidCastException was unhandled
System.InvalidCastException – Failed to convert parameter value from a Int32 to a Guid

I don't want a Guid - the error system asks for it

I only want to use integer, string and (later) boolean?

Pat 'D