Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting empty cursor
Message
De
21/01/2005 16:14:38
 
 
À
21/01/2005 15:10:13
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
00979412
Message ID:
00979453
Vues:
37
>I think you mean "if loData is a Dataset"....loDT is your data adapter.

Thanks, I will adjust.

>If the query returns no records, you can probably determine that by checking for the table count or row count of loData (depending on how many tables were in your result set) example... if (MyDataSet.Tables.Count>0)...or if(MyDataSet.Tables[0].Rows.Count > 0)

Yes, this is working.

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform