Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete record from the table
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Delete record from the table
Divers
Thread ID:
00752409
Message ID:
00752409
Vues:
66
Hi everybody,

strSql='delete from CartDetail where ItemID = '+cStr(intItemID)
set conn = Server.CreateObject("ADODB.Connection")
conn.open "connection string"
conn.execute sql, , &H00000080

Question: If we don't have the specific ItemID to delete, what would happen? And how do we know, if the record was deleted or we didn't have this record to start from?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform