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
Titre:
.NET and @@identity
Divers
Thread ID:
00666202
Message ID:
00666202
Vues:
53
.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,
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform