I've got this conection string:
ConnectionStringLOG = "Jet OLEDB:Global Partial Bulk Ops=2;Jet
OLEDB:Registry Path=;Jet OLEDB

atabase L" & _
"ocking Mode=1;Data Source=""" & DBdir & "Log.mdb"";Mode=Share " & _
"Deny None;Jet OLEDB:Engine Type=5;Provider=""Microsoft.Jet.OLEDB.4.0"";Jet
OLEDB:S" & _
"ystem database=;Jet OLEDB:SFP=False;persist security info=False;Extended
Propert" & _
"ies=;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:Encrypt
Database=F" & _
"alse;Jet OLEDB:Create System Database=False;Jet OLEDB

on't Copy Locale on
Compa" & _
"ct=False;User ID=Admin;Jet OLEDB:Global Bulk Transactions=1"
In general all is ok, but sometimes when I refresh the page, if the
application is writing into db the page display an error in the opendb
function.