Hi,
I have my own DotNet provider and wanted to connect using SSAS. I've also written DDEX provider but when using DataSource Wizard, I get no foreign keys were found. I can't for the life of me figure out if I have problem in DDEX part or returned foreignkey table is not correct. I was relying on Microsoft AdoDotNetObjectSelector but I encounter two problems.
1) When calling GetSchema the restrictions passed in are Catalog, Schema,Name (as defined in ObjectSupport.xml) but to detect foreign keys at all (before trying to detect actual relationships, cause no tables are yet selected), there shouldnt be any restrictions, right?
2) When creating ForeignKeys type in ObjectSupport, does the SelectObjects order needs to be the same as order of returned columns from provider?
Completely stuck, can someone help?
Thanks, Matea