salve non riesco ad recuperare un dato che sta in una tabella e metterlo in un altra tabella le due tabelle sono associate ad un campo codice qui sotto c'è il codice
questo codice genera questo errorecodice:SQLText1 = "SELECT Products.*, ProdCategories.CategoryName FROM Products LEFT JOIN ProdCategories ON Products.CatID = ProdCategories.CategoryID where ItemID = "&itemID Marca = rs("CategoryName") Response.Write Marca Conn.Execute SQLText1
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/database/apstore/web/admin/products/products_class.asp, line 97
aiutatemi grazie mille

Rispondi quotando