T
Tim Smith
Hi,
Is it possible to create a progam to mimic the following action
a) drag oledbadapter to form1.cs
b) select my oracle ole connection
c) enter 'select * from mytable'
d) create adapter for select only (no updates)
e) repeat for all my tables
f) generate dataset for all the those adapters/tables
Doing by hand is going to be a little tedious for my 500 tables...
I need the typed dataset
thanks!
Tim
Is it possible to create a progam to mimic the following action
a) drag oledbadapter to form1.cs
b) select my oracle ole connection
c) enter 'select * from mytable'
d) create adapter for select only (no updates)
e) repeat for all my tables
f) generate dataset for all the those adapters/tables
Doing by hand is going to be a little tedious for my 500 tables...
I need the typed dataset
thanks!
Tim