ho il seguente errore:
Informazioni tecniche (per il personale del supporto tecnico)
Tipo di errore:
Oggetto Server, ASP 0177 (0x800401F3)
Stringa dell'interfaccia non valida.
/cerberus/desproduct.asp, line 27
vi posto il codice
Set restartCon = Server.CreateObject ("ADODB.Connection")
restartCon.Open MM_restart_STRING
'estrazione dell'informazione sul prodotto
sqlString = "SELECT IDProdotto, CodiceProdotto, IDCategoria, NomeProdotto, DescrizioneProdotto, Foto1, Foto2, Foto3 FROM Prodotti "
sqlString = sqlString & "WHERE IDProdotto =" & productID
Set prodRS = Server.CreateObject("ADODB.Recordset")
prodRS.ActiveConnection = restartCon
prodRS.Open sqlString
'estrazione categoria corrente
cat = prodRS("IDCategoria")
Set categRS = Server.CreateObject("ADODB.Recordest")
categRS.ActiveConnection = restartCon
sqlString = "SELECT Categoria From Categoria WHERE IDCategoria=" & cat
categRS.Open sqlString


Rispondi quotando
