S
suntisuka
I use ADO 2.8 to access data in JET 4.0. I write program to test connection's
..Mode property. Result is only adModeRead, adModeDenyRead + adModeDenyWrite
and adModeDenyWrite do what it should. But single of adModeWrite or
adModeDenyRead does not work. adModeWrite does not protect the routine itself
from reading. And adModeDenyRead does not protect other routines (other
connection) from Reading the same record. Don't they work ?
..Mode property. Result is only adModeRead, adModeDenyRead + adModeDenyWrite
and adModeDenyWrite do what it should. But single of adModeWrite or
adModeDenyRead does not work. adModeWrite does not protect the routine itself
from reading. And adModeDenyRead does not protect other routines (other
connection) from Reading the same record. Don't they work ?