>
> SQL_String = "INSERT INTO ....."
> SQL_String += "; SELECT SCOPE_IDENTITY()"
> id_object =
> SqlHelper.ExecuteScalar(ConfigurationSettings.AppSettings("Connect
> ionString"),
> CommandType.Text, SQL_String)
> If IsNumeric(id_object) Then
> id= Convert.ToInt32(id)
> End If
>
ja, Chris sieht da Probleme ;-)
siehe hier:
http://www.mail-archive.com/ado.net%40glengamoi.com/msg00075.html
ich habe es dann letztlich so gel�st:
http://www.mail-archive.com/ado.net%40glengamoi.com/msg00077.html
Gruss
Alex
_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net