G
Guest
I am using the OleDbAdapter to access a simple ACCESS database. One of the
fields is a date/time field. When I insert a record from my NET app, the time
portion of the field is missing in the database. I tried changing the data
adapter to use a DBTimeStamp instead of a DBDate in the insert command and I
get excpetions thrown on the insert "type mismatch in criteria expression"
ideas??? I'm going nuts
thanks
fields is a date/time field. When I insert a record from my NET app, the time
portion of the field is missing in the database. I tried changing the data
adapter to use a DBTimeStamp instead of a DBDate in the insert command and I
get excpetions thrown on the insert "type mismatch in criteria expression"
ideas??? I'm going nuts
thanks