* „Linie 1: Added 'Imports System.Data' to bring 'DataTable' into scope, as 'System.Data.DataTable' is the correct type and is available in the referenced assembly.“ in Datei „Database\Adapters\MSSQLServer.vb“

This commit is contained in:
Developer01
2025-12-29 13:43:11 +01:00
parent af9d63d17c
commit a65dd9fc83

View File

@@ -1,4 +1,5 @@
Imports System.ComponentModel
Imports System.Data
Imports System.Data.SqlClient
Imports DigitalData.Modules.Encryption
Imports DigitalData.Modules.Logging