It seems that there is an error in my sql statement, here is the message that ot gave....can someone find the problem...
_______________________________________________
This is the result++
UPDATE nouvelle SET date='fdsdf',title='sdfsd',contents='sdfsdf' WHERE nbnews='57'
Microsoft OLE DB...
Thank's Mark ! What a great guy you are and what a messy programmer i am, that was an error in my datatbase and a stupid one but thank's to you it's alrigth now...i how you one buddy...
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...
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...
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...
Hi tomsark and thank's for your interest
i tried this too but that gave me this error message ;
********************************************************
Microsoft OLE DB Provider for ODBC Drivers erreur '80040e10'
[Microsoft][Pilote ODBC Microsoft Access] Trop peu de paramètres. 1 attendu...
Got a problem with this staement:
sqlString = "SELECT product_id,product_picture,product,product_briefdesc" &_
"FROM Prod_Products WHERE Product_category='" & cat & "' "&_
"AND product_status=1 " &_
"ORDER BY Product "
I...
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.