Skip to content

Commit 57cf98b

Browse files
committed
Not going to go there.
1 parent 6f59783 commit 57cf98b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbConnectionInternal.cs

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -420,30 +420,6 @@ public void CloseEventManager()
420420

421421
#endregion
422422

423-
#region Connection Verification
424-
425-
public bool Verify()
426-
{
427-
// Do not actually ask for any information
428-
byte[] items = new byte[]
429-
{
430-
IscCodes.isc_info_end
431-
};
432-
433-
try
434-
{
435-
_db.GetDatabaseInfo(items, 16);
436-
437-
return true;
438-
}
439-
catch
440-
{
441-
return false;
442-
}
443-
}
444-
445-
#endregion
446-
447423
#region Private Methods
448424

449425
private DatabaseParameterBuffer BuildDpb(IDatabase db, FbConnectionString options)

0 commit comments

Comments
 (0)