Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting empty cursor
Message
From
21/01/2005 16:14:38
 
 
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
00979412
Message ID:
00979453
Views:
40
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform