Re: Problem with merging tables

2003-11-26 Thread [EMAIL PROTECTED]
Yeah the problem was the tables I created were not MyISAM. Once I changed it; EVERYTING GONNA BE ALRIGHT! /T on 11/25/03 7:20, Victoria Reznichenko at [EMAIL PROTECTED] wrote: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> I am getting the following error when I try to access a merged tabl

Re: Problem with merging tables

2003-11-25 Thread Victoria Reznichenko
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I am getting the following error when I try to access a merged table: > > This: > > Select * from subjects_2; or insert into subjects_2 (subj_id) values('10'); > > Returns: > > ERROR 1017: Can't find file: 'subjects_2.MRG' (errno: 2) > > Any Id

Problem with merging tables

2003-11-24 Thread [EMAIL PROTECTED]
I am getting the following error when I try to access a merged table: This: Select * from subjects_2; or insert into subjects_2 (subj_id) values('10'); Returns: ERROR 1017: Can't find file: 'subjects_2.MRG' (errno: 2) Any Ideas what this means and how I can correct it. I can access the two t