quindi nel codice di connessione devo aggiungere i dati della Password...
codice:
'Connessioni per le coperture in legno
Dim strConnect As String
Dim strProvider As String
Dim strDataSource As String
Dim strDataBaseName As String
strProvider = "Provider= Microsoft.Jet.OLEDB.4.0;"
strDataSource = App.Path
strDataBaseName = "\DB.mdb"
strDataSource = "Data Source=" & strDataSource & strDataBaseName
strConnect = strProvider & strDataSource
ConnDB.CursorLocation = adUseClient
ConnDB.Open strConnect
in che punto?
devo aggiungere un "dim strPassword as String" e un "strPassword="password""...ma poi?