0
如何獲取我的vb代碼中的作用域標識參數。我到目前爲止......獲取scope_identity的返回值
InsertCommand="INSERT INTO [table_name] ([title], [subtitle], [description], [image1], [image1_caption], [image2], [pdf], [meta_description], [meta_keywords]) VALUES (@title, @subtitle, @description, @image1, @image1_caption, @image2, @pdf, @meta_description, @meta_keywords); SELECT @NewID = SCOPE_IDENTITY()"
<asp:Parameter Direction="Output" Name="NewID" Type="Int32" />
我該如何檢索這個ID,在DetailsView1_ItemInserted?
如果您需要了解更多信息,請告訴我。
謝謝