----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Rajkumar_Rajkumar Message 8 in Discussion Hi, Thank you very muvh for your reply. I'm having a primary key field in my DB. but there is a chance to delete a record form the table, for example if i'm deleting 30th record, there will be no 30 in the primary key field. In this case, If i'm using select where identity_col< 500, i will get only 499 rows. And an important thing is i don't want to change the DB side, i want this change to be done in the coding itself. So i want to take first 500 rows from DataTable. and also i dont want to use DataTable.Select(select top 500), because i don't want use sql query in the UI layer. If you are have any idea, please help me on this. Thanks and Regards, Rajkumar. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
