I worked out how to get LINQ to send the current datetime when I'm inserting new records (I just set the AutoGenerated value = TRUE for the field in my dbml file and then in the database provide a ...
I just added a field, 'ExportDate' to a table (AYP) in my MS SQL 2000 database. Since I added the field to an existing table, the values for 'ExportDate' in all records is <null>.<P>What I need to do ...