underscore no longer works in hostname of the connectionstring 
---------------------------------------------------------------

                 Key: DNET-919
                 URL: http://tracker.firebirdsql.org/browse/DNET-919
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 7.1.1.0, 7.1.0.0, 7.0.0.0
            Reporter: Michel Hendriks
            Assignee: Jiri Cincura
            Priority: Minor


>From version 7.0 and higher i can no longer use a _ character in the hostname 
>of the connectionstring.

When using this part of the connection string:


BUG:
Database=db_loc:s:\test.FDB 
I get an invalid connection string

GOOD:
Database=dbloc:s:\test.FDB
Is a valid connection string

When using the INET style

BUG:
inet://db_loc/s:\test.FDB
I get to following values:
Datasource: "INET"
Database: "//db_loc08/s:\\test.fdb" 

GOOD:
and without the underscore i get:
inet://db_loc/s:\test.FDB
I get to following values:
Datasource: "dbloc"
Database: "s:\\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

        


_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to