[thelist] Command text was not set for the command object.

David at softv.net David at softv.net
Fri Nov 30 08:23:00 CST 2001


What is the value of strQuery right before this line?:

Set objRS = objConn.Execute(strQuery)


Also change this line:

strQuery = ""& ThisStart &""

to:

strQuery = ThisStart 

The error you are getting is usually because no SQL statement has been
assigned to Execute as a parameter, in this case meaning that strQuery
is empty.

Dave

<%
David Mitchell
Web/Software Developer
david at sofTV.net
sofTV.net
www.sofTV.net
613.729.6400 x268
%>
www.IceRadio.ca
"Canada's Best Music on the Web"






More information about the thelist mailing list