> Since TextArea can contain any SELECT statement, Column names, count can  
> change 
> every time. So I need a dynamic table that is compatible to view  any SELECT 
> Statement result.

Since you appear to have no need for performing updates or inserts, try 
ditching the DataTable in favour of using nested repeaters over the 
ResultSetMetaData column info and ResultSet rows instead.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to