can some one help me with the CursorType
i try to use
Connect.Open "DSN=vault; uid=colu; pwd=colu;"
strSQL = "select CusId,CusName from Customer ORDER BY CusName"
rstdpt.Open strSQL, connect, 3, 1, 1
now some times this code works and some time
PrintRec.Open strsql, connect, 3,3
this works
some times when i use adOpenStatic instead of 3 works some times it doesnt
can some one guide me