From a65dd9fc830cd774b808a1e7a1f4b53e6cc7b857 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:43:11 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=201:=20Added=20'Imports=20Sy?= =?UTF-8?q?stem.Data'=20to=20bring=20'DataTable'=20into=20scope,=20as=20'S?= =?UTF-8?q?ystem.Data.DataTable'=20is=20the=20correct=20type=20and=20is=20?= =?UTF-8?q?available=20in=20the=20referenced=20assembly.=E2=80=9C=20in=20D?= =?UTF-8?q?atei=20=E2=80=9EDatabase\Adapters\MSSQLServer.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Adapters/MSSQLServer.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Database/Adapters/MSSQLServer.vb b/Database/Adapters/MSSQLServer.vb index ccda8538..59be8881 100644 --- a/Database/Adapters/MSSQLServer.vb +++ b/Database/Adapters/MSSQLServer.vb @@ -1,4 +1,5 @@ Imports System.ComponentModel +Imports System.Data Imports System.Data.SqlClient Imports DigitalData.Modules.Encryption Imports DigitalData.Modules.Logging