I got this problem now, the space problem is resolved...i think. This is the code(ASP) :
<%
Set prodRS = Server.CreateObject( "ADODB.RECORDSET" )
prodRS.ActiveConnection = Con
'THE PROBLEME START HERE
sqlString = "SELECT product_id, product_picture, Product, product_briefdesc FROM Prod_Products WHERE product_category='" & cat & "' AND product_status=1 ORDER BY Product "
prodRS.Open sqlString
%>
'AND IS DONE BEFORE THAT LINE IT GAVE ME THIS ERROR MESSAGE
Microsoft OLE DB Provider for ODBC Drivers erreur '80040e10'
[Microsoft][Pilote ODBC Microsoft Access] Not enough parameters. 1 expected.
/ProductList.asp, ligne 7
CAn someaone helpme with this one, thank's
<%
Set prodRS = Server.CreateObject( "ADODB.RECORDSET" )
prodRS.ActiveConnection = Con
'THE PROBLEME START HERE
sqlString = "SELECT product_id, product_picture, Product, product_briefdesc FROM Prod_Products WHERE product_category='" & cat & "' AND product_status=1 ORDER BY Product "
prodRS.Open sqlString
%>
'AND IS DONE BEFORE THAT LINE IT GAVE ME THIS ERROR MESSAGE
Microsoft OLE DB Provider for ODBC Drivers erreur '80040e10'
[Microsoft][Pilote ODBC Microsoft Access] Not enough parameters. 1 expected.
/ProductList.asp, ligne 7
CAn someaone helpme with this one, thank's