Hiding tables / showing specific ones.
Is there any way to hide / show only certain tables in my database from the report designer?
I'm passing and ODBC connection to FR.NET and it's listing tables I shouldn't be allowing people to see.
I thought about making a dataset, but the data can be pretty large.
Thanks,
Anthony
Comments
I can make an empty dataset, and pass it to FR, but then where will it get the data?
ah, ok, is this possible in code? - Starting with an odbcconnection, then what?
That sounds like a great solution! Thanks!