From: Jiri C. (JIRA) <tr...@fi...> - 2019-08-05 09:02:25
|
Connection string "database" parsing ambiguity ---------------------------------------------- Key: DNET-892 URL: http://tracker.firebirdsql.org/browse/DNET-892 Project: .NET Data provider Issue Type: Task Components: ADO.NET Provider Affects Versions: 6.7.0.0 Reporter: Jiri Cincura Assignee: Jiri Cincura @"database=C:\TEST.FDB": DataSource=>localhost and Database=>C:\TEST.FDB @"database=test:C:\TEST.FDB": DataSource=>test and Database=>C:\TEST.FDB Hence the first example could also be equivalent to this: @"datasource=C;database=\TEST.FDB" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |