F
fniles
I am using ASP and ADO version 2.8 and SQL Server database.
Sometimes when I call ghe method GetRows, I get the following error :
"Provider error '8007000e'
Not enough storage is available to complete this operation.
/MyASPPage.asp, line 757"
What causes the error and how can I fix it ?
Thank you.
Set rs = dbConnection.Execute(sSQL)
if Not rs.EOF then
arrSearchData = rs.GetRows() ---> ERROR here
Sometimes when I call ghe method GetRows, I get the following error :
"Provider error '8007000e'
Not enough storage is available to complete this operation.
/MyASPPage.asp, line 757"
What causes the error and how can I fix it ?
Thank you.
Set rs = dbConnection.Execute(sSQL)
if Not rs.EOF then
arrSearchData = rs.GetRows() ---> ERROR here