From a382eabe1f13bd97047259a4e982516973287609 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:57:50 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=202:=20Added=20an=20Imports?= =?UTF-8?q?=20statement=20for=20the=20MSSQLServer=20type,=20as=20the=20err?= =?UTF-8?q?or=20BC30002=20indicates=20that=20the=20type=20is=20not=20defin?= =?UTF-8?q?ed.=20This=20should=20resolve=20the=20missing=20type=20referenc?= =?UTF-8?q?e=20if=20MSSQLServer=20is=20defined=20in=20the=20DigitalData.Mo?= =?UTF-8?q?dules.Database=20namespace=20or=20its=20sub-namespaces.?= =?UTF-8?q?=E2=80=9C=20in=20Datei=20=E2=80=9EZooFlow\Environment.vb?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZooFlow/Environment.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/ZooFlow/Environment.vb b/ZooFlow/Environment.vb index 10ba683f..8997a406 100644 --- a/ZooFlow/Environment.vb +++ b/ZooFlow/Environment.vb @@ -1,4 +1,5 @@ Imports DigitalData.Modules.Database +Imports DigitalData.Modules.Database.MSSQLServer Public Class Environment Public Property User As New State.UserState