Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete record from the table
Message
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Delete record from the table
Miscellaneous
Thread ID:
00752409
Message ID:
00752409
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform