Re: error codes question

2001-11-28 Thread sherzodR
Thanks a lot for the perror. However it doesn't seem to have descriptions for some code (ex. 1046, 1064). But still, it was really usefull (y MySQL book doesn't mention that, weird) Cindy wrote: C: C: Bill Adams writes: C: >Cindy wrote: C: > C: >> I tried checking for error codes in the

Re: error codes question

2001-11-28 Thread Cindy
Bill Adams writes: >Cindy wrote: > >> I tried checking for error codes in the documentation, but didn't find >> anything particularly useful. >> >> I'm getting this: >> mysql> load data infile '/export/home/Scratch/WordIndex.txt' into table wor >dindex (aid, wid, wordform, start, length);

Re: error codes question

2001-11-28 Thread Bill Adams
Cindy wrote: > I tried checking for error codes in the documentation, but didn't find > anything particularly useful. > > I'm getting this: > mysql> load data infile '/export/home/Scratch/WordIndex.txt' into table wordindex >(aid, wid, wordform, start, length); > ERROR 1030: Got error 28 from ta

error codes question

2001-11-28 Thread Cindy
I tried checking for error codes in the documentation, but didn't find anything particularly useful. I'm getting this: mysql> load data infile '/export/home/Scratch/WordIndex.txt' into table wordindex (aid, wid, wordform, start, length); ERROR 1030: Got error 28 from table handler In case it h