tsbarnes
01-13-2003, 08:38 PM
Hey everyone,
I am working on a search page that searches my db. I get a strange error when I press enter on my keyboard, however I do not get the error when I click search in my search form. The error reads:
Microsoft JET Database Engine error '80040e0c'
Command text was not set for the command object.
/bl/search/searchresults1.asp, line 57
This is the code for line 57:
Set rstSearch = objConn.Execute(strSQL)
has anyone ever seen this error? What could be causing this?
Thanks in Advance,
Thomas S. Barnes
I am working on a search page that searches my db. I get a strange error when I press enter on my keyboard, however I do not get the error when I click search in my search form. The error reads:
Microsoft JET Database Engine error '80040e0c'
Command text was not set for the command object.
/bl/search/searchresults1.asp, line 57
This is the code for line 57:
Set rstSearch = objConn.Execute(strSQL)
has anyone ever seen this error? What could be causing this?
Thanks in Advance,
Thomas S. Barnes