Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.NET and @@identity
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00666202
Message ID:
00668098
Vues:
30
Try to send SET NOCOUNT ON INSERT .... SELECT scope_identity()

BOb


>.NET datatable doesn't return identity.
>
>ds=sqlData.runsql(strSql,"Dealer")
>dt=ds.tables(0)
>dim idx as integer = dt.rows(0)(0)
>return idx
>
>idx is dbnull always with .NET
>
>If I run the query in Query Analyzer, I get the proper id# for my auto-increment primary key id field right after running an INSERT command.
>
>Does .NET dataset not support the @@identity?
>
>How would I get the last created id?
>
>Thanks,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform