Viewing 4 posts - 1 through 4 (of 4 total)
assuming you can't unglue your design, I wonder if you could use dynamic sql from within a table based user defined function. attach the user defined function inside your proc...
April 7, 2008 at 7:49 am
imagine moving all the data from your multiple datasets into one table
but adding a column with an enumerator with a value inserted to match each of your previous other datasets.
now...
January 31, 2008 at 2:20 pm
Your best bet is Teo Lachev's forms authentication examples. Try a search for Teo and/or Proligika. His articles have appeared on DevX.
Of course the built in example from Microsoft is...
January 31, 2008 at 2:03 pm
you will need to merge your datasets into one dataset.
RS doesn't support multiple datasets with a connection btw the datasets. However if you merge the data into one dataset and...
January 31, 2008 at 1:50 pm
Viewing 4 posts - 1 through 4 (of 4 total)