I have successfully Installed Oracle 9i AS.
but when i am trying to start mod_plsql,
i get the error-message "PROXY LOGON FAILED" with error code 12640.It generates a message stating that there is some problem in username,password and connection string in DAD.But i have already...
you can use PageSize Properties of the recordset to do this thing
for e.g.
Set rstEmployees = New ADODB.Recordset
rstEmployees.CursorLocation = adUseClient
rstEmployees.Open "employee", strCnn, , , adCmdTable
rstEmployees.PageSize = 5
ctrPageCount =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.