[Firebird-net-provider] [FB-Tracker] Created: (DNET-742) GdsConnection.Connect() should not always call TryEnableLoopbackFastPath

2017-03-19 Thread Tudor Costin (JIRA)
GdsConnection.Connect() should not always call TryEnableLoopbackFastPath


 Key: DNET-742
 URL: http://tracker.firebirdsql.org/browse/DNET-742
 Project: .NET Data provider
  Issue Type: Improvement
  Components: ADO.NET Provider
Affects Versions: 5.8.0.0
 Environment: WIndows 7, .Net 4.5
Reporter: Tudor Costin
Assignee: Jiri Cincura
Priority: Minor


Loopback fast path only works when connecting to the same computer. This is 
rarely going to be the case. It also never works on Windows 7 or below. Not 
only is it a waste of time to try, but the resulting SocketException will 
trigger a break into the debugger if it is set to always break on these types 
of exceptions. This is very annoying for developers using the ADO provider.

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



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] [firebird net] Install Firebird / Create Database File

2017-03-19 Thread Mark Rotteveel
On 19-3-2017 11:56, Jiří Činčura wrote:
>> Firebird Embedded on windows does not check for username and password,
>> so you can leave them out. For a normal Firebird server, username is
>> case insensitive, but password - of course - is case sensitive.
>
> But the grants are still followed. So username/role is important,
> password not much.
>

You are right, forgot about that :)

-- 
Mark Rotteveel

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] [firebird net] Install Firebird / Create Database File

2017-03-19 Thread Jiří Činčura
> Firebird Embedded on windows does not check for username and password, 
> so you can leave them out. For a normal Firebird server, username is 
> case insensitive, but password - of course - is case sensitive.

But the grants are still followed. So username/role is important,
password not much.

-- 
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider