Hi-
I'm just exploring options, and wanted some general opinions-
I have a large-scale custom .NET application that basically front-ends a lot of SQL database data, and controls a user's access to data, etc etc based on their Windows VPN login.
I'm looking to allow users to create Excel pivottables that show data from my app.
I don't want them to pull data directly from my database, I'd rather have my app handle security and permissions to only show the data a user can have access to according to my app- basically I want to be able to register an ODBC data source or something along those lines, and have access to data controlled by my app (ie, so I don't have to administrate a thousand SQL db user accounts). Could the MS SQL driver handle this, or would I need to (somehow!) create a custom driver? Does the driver even matter? How would I go about creating such a data source? Could I compile an OLAP cube and control information that way? (although I'd rather not).
I'm basically just stuck in design and looking for general thoughts
I'm just exploring options, and wanted some general opinions-
I have a large-scale custom .NET application that basically front-ends a lot of SQL database data, and controls a user's access to data, etc etc based on their Windows VPN login.
I'm looking to allow users to create Excel pivottables that show data from my app.
I don't want them to pull data directly from my database, I'd rather have my app handle security and permissions to only show the data a user can have access to according to my app- basically I want to be able to register an ODBC data source or something along those lines, and have access to data controlled by my app (ie, so I don't have to administrate a thousand SQL db user accounts). Could the MS SQL driver handle this, or would I need to (somehow!) create a custom driver? Does the driver even matter? How would I go about creating such a data source? Could I compile an OLAP cube and control information that way? (although I'd rather not).
I'm basically just stuck in design and looking for general thoughts