|
INSERT INTO TM_Class
(D_ClassName, D_RootID, D_Level, D_Order, D_Summary)
VALUES (@ D_ClassName, @ D_RootID, @ D_Level, @ D_Order, @ D_Summary)
GO
SELECT SELECT @@ Indentity FROM TM_Class
Is this written in the InsertCommand of the TableAdapter? But TableAdapter's InsertCommand does not support running two SQL statements at the same time! !! !! |
|