Use DataDirectory for client library
------------------------------------

                 Key: DNET-402
                 URL: http://tracker.firebirdsql.org/browse/DNET-402
             Project: .NET Data provider
          Issue Type: Improvement
          Components: ADO.NET Provider
    Affects Versions: 2.5.1
            Reporter: Mercea Paul
            Assignee: Jiri Cincura
            Priority: Minor


In FbConnectionStrings.cs change the property

public string ClientLibrary
                {
                        get { return this.GetString("client library"); }
                }
to this:
public string ClientLibrary
                {
                        get { return ExpandDataDirectory(this.GetString("client 
library")); }
                }


-- 
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

        

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to