Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-12-04 : 08:13:00
|
Salim writes "I would like to handle the usual Primary Key rules violation using ASP. Note:- The technic needs to be in ASP and not in triggers or other formats." |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2003-12-04 : 08:17:22
|
quote: Note:- The technic needs to be in ASP and not in triggers or other formats.
Note:- that's a really bad way to do it, and unless you provide more information as to why you need it this way we cannot recommend it. "The usual Primary Key rules violation" is NOT a usual occurrence in a well-designed database application, and instead of trying to get ASP to do this work you should improve the database.This article will help you in any event:http://www.sqlteam.com/item.asp?ItemID=15149 |
 |
|
|
|
|