I am trying to convert the code that was written in VB using DAO to ADO.
But when i tried to do following getting an error '3251'.
*************co de************* *************



Dim cn As New ADODB.Connectio n
cn.Open "Driver={Micros oft Access Driver (*.mdb)};Dbq=c: \Website Projects\ExitCa shFlow\logMaste r\Logs.mdb;"

dim recdcath as adodb.recordset

tstrSQL = "select...