Update auf .NET 8
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
Imports FirebirdSql.Data.FirebirdClient
|
||||
Imports System.Text.RegularExpressions
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports Digitaldata.Modules.Logging
|
||||
Imports System.ComponentModel
|
||||
Imports System.Data
|
||||
|
||||
''' <summary>
|
||||
''' MODULE: Firebird
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
Imports System.ComponentModel
|
||||
Imports System.Data
|
||||
Imports System.Data.SqlClient
|
||||
Imports DigitalData.Modules.Encryption
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports Digitaldata.Modules.Encryption
|
||||
Imports Digitaldata.Modules.Logging
|
||||
Imports Microsoft.Data.SqlClient
|
||||
|
||||
Public Class MSSQLServer
|
||||
Implements IDatabase
|
||||
@@ -35,6 +37,10 @@ Public Class MSSQLServer
|
||||
QueryTimeout = pTimeout
|
||||
|
||||
Try
|
||||
|
||||
If Not pConnectionString.Contains("TrustServerCertificate") Then
|
||||
pConnectionString += ";TrustServerCertificate=true"
|
||||
End If
|
||||
CurrentConnectionString = pConnectionString
|
||||
DBInitialized = TestCanConnect(CurrentConnectionString)
|
||||
Catch ex As Exception
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Imports System.Data.Odbc
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports System.Data
|
||||
Imports System.Data.Odbc
|
||||
Imports Digitaldata.Modules.Logging
|
||||
|
||||
Public Class ODBC
|
||||
Private _Logger As Logger
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
Imports DigitalData.Modules.Encryption
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports Microsoft.Data
|
||||
Imports Digitaldata.Modules.Encryption
|
||||
Imports Digitaldata.Modules.Logging
|
||||
Imports Oracle.ManagedDataAccess.Client
|
||||
Imports System.Data
|
||||
|
||||
Public Class Oracle
|
||||
Implements IDatabase
|
||||
|
||||
Reference in New Issue
Block a user