R
roger.camargo
First question:
Well, my application is just client side, offline cube visualizer.
I'm using OWC10, coding in csharp.
The security message is: "This website is using your identity to access
a data source. If you trust this website, click OK to continue,
otherwise click Cancel.".
In the PivotTable this warning doesn't show up, but when I use the
PivotChart with the same options than the PivotTable, it shows the
warning.
Why in the PivotTable doesn't show and in the PivotChart it does?
I really want to understand this behavior.
Second question:
In design mode (Visual Studio) I insert a PivotTable into a form, then
I set these 2 properties:
ConnectionString
Provider=SQLOLEDB.1;Integrated Security=SSPI;Data
Source=localhost;Extended Properties="Database=Northwind"
CommandText
Select * from Customers;
and the same warning pops up.
Thanks in advance.
(First time posting in USENET)
Well, my application is just client side, offline cube visualizer.
I'm using OWC10, coding in csharp.
The security message is: "This website is using your identity to access
a data source. If you trust this website, click OK to continue,
otherwise click Cancel.".
In the PivotTable this warning doesn't show up, but when I use the
PivotChart with the same options than the PivotTable, it shows the
warning.
Why in the PivotTable doesn't show and in the PivotChart it does?
I really want to understand this behavior.
Second question:
In design mode (Visual Studio) I insert a PivotTable into a form, then
I set these 2 properties:
ConnectionString
Provider=SQLOLEDB.1;Integrated Security=SSPI;Data
Source=localhost;Extended Properties="Database=Northwind"
CommandText
Select * from Customers;
and the same warning pops up.
Thanks in advance.
(First time posting in USENET)