1110 lstrSQL = "{call Pyramid.Load_Tables(?, ?, 0)}" 1120 Set lrdoQ = vConexionDatos.MiDataBase.CreateQuery("ProcessTables", lstrSQL) 1130 lrdoQ.rdoParameters(0).Direction = rdParamInput 1140 lrdoQ.rdoParameters(0).Type = rdTypeDATE 1150 lrdoQ.rdoParameters(0).value = lFromDate 1160 lrdoQ.rdoParameters(1).Direction = rdParamInput 1170 lrdoQ.rdoParameters(1).Type = rdTypeDATE 1180 lrdoQ.rdoParameters(1).value = lToDate 1210 lrdoQ.Execute 1230 lrdoQ.Closethe error occurs in the line 1130 Any idea?
Discuss This Question: 5  Replies