http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=315247


Hab eine andere L�sung. Sieht da jemand m�gliche Probleme?

SQL_String = "INSERT INTO ....."
SQL_String += "; SELECT SCOPE_IDENTITY()"
id_object = SqlHelper.ExecuteScalar(ConfigurationSettings.AppSettings("ConnectionString"), CommandType.Text, SQL_String)
If IsNumeric(id_object) Then
id= Convert.ToInt32(id)
End If


Gruss Christoph

_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an