Does the full dictionary path need to be specified for the DataSource? I have tried using the database AliasName and it doesn't seem to work.
+1
A:
Alias are only supported in Delphi and C++Builder. For ADO.NET you should store your connection strings in either the web.config or app.config file. See the MSDN for more details and examples, http://msdn.microsoft.com/en-us/library/ms254494.aspx
LanceSc
2010-06-30 19:05:24
Unfortunately that won't work for me. I am creating an WCF LOB Adapter and the DataSource needs to go in the Uri. Config files are not supported.
Howard
2010-06-30 20:37:37
I am unfamiliar with the WCF LOB model hopefully someone else will be able to give you some ideas.
LanceSc
2010-06-30 21:56:37
This url http://msdn.microsoft.com/en-us/library/bb798126(BTS.10).aspx will provide you information about the WCF Adapter SDK
Howard
2010-07-01 12:33:41