hi there,
Does anyone know how to determine if a database is password protected or not
TIA:)
Printable View
hi there,
Does anyone know how to determine if a database is password protected or not
TIA:)
ASFAIK we cannot determine?
Becoz to establish connection we have to specify type in properties of connection i.e. if it is password protected then
conn.properties("Jet OLEDB:Database Password ") ="password"
So I don't think it is posssible
Gary