oddio essendo 2 anni che non programmo + in asp visto che sono passato ad altro linguaggio non mi ci trovo +.

ho questo errore:
Microsoft JET Database Engine error '80004005'

Could not find installable ISAM.
codice:
	Set Conn = Server.CreateObject( "ADODB.Connection" )
	Set Rs   = Server.CreateObject( "ADODB.Recordset" )
	strConn = "Provider = Microsoft.Jet.OLEDB.4.0; DataSource = " & Server.MapPath("fpdb/csc.mdb")
	Conn.Open strConn
da cosa dipende?