StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Database Deployment Toolkit
»
Database Deployment Toolkit (How do I?)
»
Column tr_Schema does not belong to table DBETrigers
Column tr_Schema does not belong to table DBETrigers
Post Reply
Like
2
Column tr_Schema does not belong to table DBETrigers
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Cory Cookson
Cory Cookson
posted 16 Years Ago
ANSWER
HOT
Topic Details
Share Topic
Group: Forum Members
Posts: 30,
Visits: 416
Hello,
I'm trying to create a simple trigger on Delete using the Database Deployment ToolKit but when I attempt to deploy it I get:
Column tr_Schema does not belong to table DBETrigers
Have I missed something? The following is the body of the trigger. Thanks in advance for the help:
AFTER DELETE
AS
BEGIN
-- Prevent the result count from interfering
SET NOCOUNT ON;
-- Add trigger logic here
if exists (Select 1 from Music m,deleted t
where m.Artist_fk = t.Artist_pk)
Begin
goto error
End
return
error:
raiserror 30006, 'Children exist in Music. Cannot delete this record'
END
Cory Cookson
Software Developer
Occupational Health Research
Reply
Like
2
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Column tr_Schema does not belong to table DBETrigers
Cory Cookson
-
16 Years Ago
Cory, I totally missed this post until just now...in the future don't...
Trent L. Taylor
-
16 Years Ago
Hi Trent.
I re-ran the install making sure to let the database...
Cory Cookson
-
16 Years Ago
You are running an EXE that doesn't match the structure. There is no...
Trent L. Taylor
-
16 Years Ago
You are absolutley right. It looks like whenI upgraded the DDT get...
Cory Cookson
-
16 Years Ago
Glad you got it figured out :)
Trent L. Taylor
-
16 Years Ago
I'm running the 1.6.7 beta release and I'm having the same problem...
Larry Caylor
-
16 Years Ago
The error message that was displayed is misleading. There was an error...
Larry Caylor
-
16 Years Ago
Spoke too soon. The DDT deletes triggers with no error message but I...
Larry Caylor
-
16 Years Ago
That column that is specified is no longer in use. So either your data...
Trent L. Taylor
-
16 Years Ago
I checked DBETriggers and it contained the correct columns so I...
Larry Caylor
-
16 Years Ago
[quote]Is it possbile that the file in Windows.Prefetch causes...
Trent L. Taylor
-
16 Years Ago
Post Reply
Like
2
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search