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.
アクセスデータベースにレコードを挿入し、挿入された行のIDを返す必要があります
`"SELECT @@IDENTITY`"
そしてそれは常に0を返します
"SELECT SCOPE_IDENTITY()"
例外をスローします。
この問題に対する彼らの方法もそうです!