database - Exposing large webservice datasets for consumption by Access or Excel -


I have a large dataset, lives on one server, say 1,000,000,000 rows. I need to be able to consume the consumer (i.e. "to run the questions"), data together, on the web, from entry and / or excel. In addition, I have to filter the data on the server side according to the user associated with it.

My current approach is to create a webservice that looks like an ODBC data source and connects to Excel.

Question:

  1. Is this the best way?
  2. If so, what is the best way to create a custom ODBC data source?

  1. I'm really sure this is not the best way I do not know your scenario, but I really like another approach.

  2. There is a discussion about this: A suggestion was using the BI approach.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -