Executing SQL Command: INSERT INTO [scratch] (text_field, integer_field, date_time_field) VALUES ('Saturday', '17', '5/17/2008 12:20:20 AM');
INSERT INTO [scratch] (text_field, integer_field, date_time_field) VALUES ('Saturday', '17', '5/17/2008 12:20:20 AM');
Commiting Transaction.
Run the script again: Commit Transaction or Rollback Transaction
You can view any data that was committed to the database via our Simple Database sample. It's probably easiest if you use the value of the date_time_field (shown in the SQL statement above) to locate the appropriate record.
date_time_field
Click here to read about and download the source code.