Index: ActiviteitenOpvolging/ProductiePitching/My Project/Resources.Designer.vb =================================================================== diff -u -r1759 -r1760 --- ActiviteitenOpvolging/ProductiePitching/My Project/Resources.Designer.vb (.../Resources.Designer.vb) (revision 1759) +++ ActiviteitenOpvolging/ProductiePitching/My Project/Resources.Designer.vb (.../Resources.Designer.vb) (revision 1760) @@ -61,87 +61,6 @@ End Property ''' - ''' Looks up a localized string similar to ADMIN1. - ''' - Friend ReadOnly Property CacheDatabase() As String - Get - Return ResourceManager.GetString("CacheDatabase", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cache01Admin1. - ''' - Friend ReadOnly Property CacheDSN() As String - Get - Return ResourceManager.GetString("CacheDSN", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to fixed. - ''' - Friend ReadOnly Property CachePassword() As String - Get - Return ResourceManager.GetString("CachePassword", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to CACHE01. - ''' - Friend ReadOnly Property CacheServerName() As String - Get - Return ResourceManager.GetString("CacheServerName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to ICT_READONLY. - ''' - Friend ReadOnly Property CacheUsername() As String - Get - Return ResourceManager.GetString("CacheUsername", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to WieIsWie. - ''' - Friend ReadOnly Property EmployeesDatabase() As String - Get - Return ResourceManager.GetString("EmployeesDatabase", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SQLr3*d. - ''' - Friend ReadOnly Property EmployeesDatabasePassword() As String - Get - Return ResourceManager.GetString("EmployeesDatabasePassword", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SQL02. - ''' - Friend ReadOnly Property EmployeesDatabaseServerName() As String - Get - Return ResourceManager.GetString("EmployeesDatabaseServerName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to VH_ReadOnly. - ''' - Friend ReadOnly Property EmployeesDatabaseUsername() As String - Get - Return ResourceManager.GetString("EmployeesDatabaseUsername", resourceCulture) - End Get - End Property - - ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property remove_user() As System.Drawing.Bitmap Index: ActiviteitenOpvolging/ProductiePitching/My Project/Resources.resx =================================================================== diff -u -r1759 -r1760 --- ActiviteitenOpvolging/ProductiePitching/My Project/Resources.resx (.../Resources.resx) (revision 1759) +++ ActiviteitenOpvolging/ProductiePitching/My Project/Resources.resx (.../Resources.resx) (revision 1760) @@ -117,42 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ICT_READONLY - The username for the Caché database - - - SQL02 - The server name for the employees database - - - fixed - The password for the Caché database - - - CACHE01 - The name of the server for the Caché database - - - ADMIN1 - The name of the Caché database - - - WieIsWie - The name of the Employees database - - - Cache01Admin1 - The name of the DSN for the Caché database - - - VH_ReadOnly - The username for the employees database - - - SQLr3*d - The password for the employee database - ..\Resources\user.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Index: ActiviteitenOpvolging/ProductiePitching/mappers/EmployeesDatabaseMapper.vb =================================================================== diff -u -r1759 -r1760 --- ActiviteitenOpvolging/ProductiePitching/mappers/EmployeesDatabaseMapper.vb (.../EmployeesDatabaseMapper.vb) (revision 1759) +++ ActiviteitenOpvolging/ProductiePitching/mappers/EmployeesDatabaseMapper.vb (.../EmployeesDatabaseMapper.vb) (revision 1760) @@ -13,11 +13,6 @@ _activiteitPerBatchServiceAgent = New ActiviteitPerBatchServiceAgent End Sub - ''' - ''' Execution of a query into a data reader. - ''' - ''' The query - ''' The SQL data reader Private Function ExecuteIntoDataSet() As DataSet Try