G
Guest
It seems that the the latest security fix to JET 4.0 has prevented me from
doing INSERT or UPDATE
I am using the example from the ADO tutorial by w3schools at
http://www.w3schools.com/ado/ado_add.asp
But when I try it on my own database I get "No ..... permissions"
I cannot find out what permissions I should set and where - please can
someone help?
My setup in ASP is
Set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "C:\c\r\creationsoftware\private\registration.mdb"
I have done nothing special for security when I created the database.
doing INSERT or UPDATE
I am using the example from the ADO tutorial by w3schools at
http://www.w3schools.com/ado/ado_add.asp
But when I try it on my own database I get "No ..... permissions"
I cannot find out what permissions I should set and where - please can
someone help?
My setup in ASP is
Set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "C:\c\r\creationsoftware\private\registration.mdb"
I have done nothing special for security when I created the database.