开发者

Advantage .NET Data Provider - AdsConnection - DataSource

开发者 https://www.devze.com 2023-01-05 10:42 出处:网络
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.Alias are only supported in Delphi and C++B

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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消