16. Dim command As New SqlCommand("INSERT INTO MyTable (Picture) VALUES (@Picture); SELECT @@IDENTITY AS 'Identity'", connection)17. Dim ThisPictureID As Integer26. ThisPictureID = CInt(command.ExecuteScalar())