Support for ODBC

This commit is contained in:
Jonathan Jenne
2019-08-06 15:56:30 +02:00
parent cd5f982b46
commit f418074011
4 changed files with 194 additions and 6 deletions

View File

@@ -124,8 +124,7 @@ Public Class Firebird
Return oConnection
Catch ex As Exception
_logger.Error(ex)
_Logger.Error(ex)
Return Nothing
End Try
End Function