This commit is contained in:
2022-05-17 17:08:14 +02:00
parent 11c7b4e5e9
commit 07b9bccd72
27 changed files with 2209 additions and 1241 deletions

View File

@@ -863,6 +863,7 @@ Partial Public Class GlobixDataset
Me.columnERSTELLTWER.AllowDBNull = false
Me.columnERSTELLTWER.MaxLength = 50
Me.columnGEANDERTWER.MaxLength = 50
Me.columnIDB_OBJECT_STORE_ID.DefaultValue = CType(1,Integer)
Me.columnIDB_DOCTYPE_ID.AllowDBNull = false
End Sub