Re: Problems with creating of foreign key

2005-10-12 Thread SGreen
Tatjana Cukic <[EMAIL PROTECTED]> wrote on 10/12/2005 12:28:47 PM: > hello, > > does anybody knows the error: > can't create table '.\Cherry\#sql-288_5d.frm' > (errno:150) > > it happens when i try to create foreign keys in > Table1, and that foreign key is actually primary key > in Table2 (to w

Problems with creating of foreign key

2005-10-12 Thread Tatjana Cukic
hello, does anybody knows the error: can't create table '.\Cherry\#sql-288_5d.frm' (errno:150) it happens when i try to create foreign keys in Table1, and that foreign key is actually primary key in Table2 (to which i relate my foreign key) Thanx a lot! Tatjana __