Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将两个系统集成在一起,旧系统的数据库丝毫没有标准化。
我想要做的是在需要标识列值的旧数据库中插入一行。
例如:
(Auto Incremented PK) RECNUM = 648 GST_INVOICE = 648
创建行时,我需要将 648 插入 GST_INVOICE。
对不起,不知道最好的解释方式。
编辑:使用 LINQ 插入新数据。