If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > owc11 Pivot table should also be filled with DataSets.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-08-05, 08:10
Sarfraz Ahmed Sarfraz Ahmed is offline
Registered User
 
Join Date: Mar 2005
Posts: 1
owc11 Pivot table should also be filled with DataSets.

owc11 Pivot table should also be filled with DataSets.

I am developing an applciation which uses Pivot tables for anaylitical View. This applciation is being developed on .net platform. and SQLHelper class [microsoft data access application block ] is being used for STANDARDIZED data access.

this class provide datasets and datareaders mechanisms but NOT the Recordset.
On the other hand Pivot table datasource can be set to Recordsets or XML files. but NOT the datasets.

In order to fill pivot table i have to explicitly use Recordset mechanism.[there for the standarized definition doesn't meet for this case]

One solution is to convert the Dataset to recordset.
microsoft suggests this by using 3 steps

1) DataSet will be transformed to- an external XML File / xml stream
2)A recordset will be filled by that External XML File / xml stream
3) and then that record set may be used to set pivot table data source.

the problem here is since quries themselve are very time consuming
and by using above method it will take more time.

other solution is to have owc11 much intelligent to accept datasets as their Datasources.

Your feedback will highly be appreciated.
Kind Regards
Sarfraz Ahmed
modest_ahmed@hotmail.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On