Fill Dataset with Multiple Tables

  • Thread starter Thread starter Robert Bevington
  • Start date Start date
R

Robert Bevington

Is it possible to fill a predefined dataset with all the tables of a
database without knowing what the table names are. The SQL string would be
something like this: SELECT * FROM *. I want write this in code and not
using the Visual Studio UI.

Just doesn't work for me.

Thanx for any help,

Rob
 
Back
Top