tia
AGP
'compact and change the password if needed
JRO.CompactDatabase "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & srcDB
& ";Jet OLEDB:Database Password=" & CurrPass, _
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & destDB & ";Jet
OLEDB:Database Password=" & NewPass & ";Jet OLEDB:Engine Type=4"
I reference JRO 2.6/ADO 2.5 in my app and it works in WinXp but when i
install it on win98
it crashes with a GPF.
AGP
"AGP" <sindiz...@softhome.net> wrote in message
news:VS2y8.128791$G72.78987@sccrnsc01...