M
Marek S.
I've problem with DAO.OpenDatabase:
1.
strBaza ="c:\katalog a\e1.xls"
[dir name contains space]
Set db = dbe.OpenDatabase(strBaza, False, False, "Excel 8.0;")
is OK
But when
strBaza ="c:\katalog 01\e1.xls"
[dir name contains space and a number!]
gives me an error :
"Cannot update. Database or object is read-only."
Who knows "why?"
And how to fix up?
MS
1.
strBaza ="c:\katalog a\e1.xls"
[dir name contains space]
Set db = dbe.OpenDatabase(strBaza, False, False, "Excel 8.0;")
is OK
But when
strBaza ="c:\katalog 01\e1.xls"
[dir name contains space and a number!]
gives me an error :
"Cannot update. Database or object is read-only."
Who knows "why?"
And how to fix up?
MS