Re: [GENERAL] comparing database schema's

2003-07-22 Thread Vincent Hikida
rning Experience" www.UrbanaSoft.com - Original Message - From: "John Harrold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 11:46 AM Subject: [GENERAL] comparing database schema's ---(end of broadcast)-

Re: [GENERAL] comparing database schema's

2003-07-22 Thread Andrew Gould
--- John Harrold <[EMAIL PROTECTED]> wrote: > > so i have two databases 'A' and 'B'. B is alot like > A except i've > added alot of stuff to B like cascade on delete. Now > 'A' is populated > with data and i want to add the triggers to it. I > tried inserting the > contents of A into the schema of

[GENERAL] comparing database schema's

2003-07-22 Thread John Harrold
so i have two databases 'A' and 'B'. B is alot like A except i've added alot of stuff to B like cascade on delete. Now 'A' is populated with data and i want to add the triggers to it. I tried inserting the contents of A into the schema of B, but it gave me alot of errors because it was trying to i