I edited this because I am at a new point I'm trying to save a new row into my Orders table. This table has several foreign key constraints. CustomerID, ContactID, AddressID, OrderNotesID, OrderDatesID, OrderStatusID. Each linked to a table of the name (minus ID). After overcoming many hurdles I got to the point where it was actually generating SQL, but I find with the logging tool that it is trying to insert a new Customer and insert a new Contact. Obviously I don't want it to even attempt to do
Read More...