Is this the right place to ask MOSS 2007 beta questions?
I bugged several people at Tech Ed and could not find an answer to this one:
I was told there that I can use any ADO.NET 2.0 compliant data provider in
the SharePoint 2007 Business Data Catalog. I have examined the BDC samples
and documentation in the MOSS 2007 SDK and still can not see how I would
plug in my own custom ADO.NET data provider in there. Here is a snippet
from the sample XML file
<LobSystemInstance Name="AdventureWorksSampleInstance">
<Properties>
<Property Name="DatabaseAccessProvider"
Type="System.String">SqlServer</Property>
<!-- Can be SQL Server, OlEDB, Oracle, or ODBC for database
stems. -->
The string "SqlServer" does not match any of the entries in machine.config,
where ADO.NET 2.0 drivers are registered, so I conclude that there must be
something in between. "SqlServer" might be referring to the
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db enumeration
(which can be Odbc, OleDb, Oracle, or SqlServer); if so the claim of
supporting any .NET 2.0 compliant data driver may be FALSE.
Any insight into this issue would be very much appreciated!
Thanks!