2
Reply

Dynamic TableAdapter or similar functionality

Seth

Seth

Jun 3 2008 3:04 PM
4.7k

I am creating an asp.net application used for editing certain tables. It could potentially be hundreds of tables. Any paticular table could be bound to a GridView for editing.

 I was wondering how I could let someone select the table name from a list (not hard) and then have access to the table with all corresponding SQL statements created dynamically?

 Any ideas? Performance is not a great concern, reusability is. Thanks.


Answers (2)