Otis, I think I have a good ? for you.
Is there a way to LLBL can combine multiple sp's from multiple databases (could be from different servers) into one dataset/datatable?
thanks,
No, you can't, unless you add multiple catalogs to your project (i.e.: they're located on the same Sqlserver instance). So you first have to fetch the data in separate datatables, then merge these manually.