Dear Group,
I have a free table that can not be openned from my pc (error : 1113 -->
file is not opened), it can be opened in other pc

we using win98 so no security is concerned

the only diffirent between mine and theirs is that my pc got sp5, they don't
(we are using vfp6)

Any way, i have tried the following:
go to diff pc
use the dbf
copy stru exte to test.dbf
copy that test.dbf to my pc
use test
sele test
copy to array myarray
create table mytable from array myarray
I got error 9: data type mismatch

So how can i fix this problem? The table has quite a lot of fields (240) so
i don't really want to manually create it by hand (i wasn't the one who
created it)

TIA

Peter

Re: erro 1113 by L

L
Tue Mar 02 02:26:48 CST 2004

Solved it, I rewrite the script and it's opened fine now

Thanks

Peter
"L.Peter" <Peter@nospam.local> wrote in message
news:eWuGUhCAEHA.712@tk2msftngp13.phx.gbl...
> Dear Group,
> I have a free table that can not be openned from my pc (error : 1113 -->
> file is not opened), it can be opened in other pc
>
> we using win98 so no security is concerned
>
> the only diffirent between mine and theirs is that my pc got sp5, they
don't
> (we are using vfp6)
>
> Any way, i have tried the following:
> go to diff pc
> use the dbf
> copy stru exte to test.dbf
> copy that test.dbf to my pc
> use test
> sele test
> copy to array myarray
> create table mytable from array myarray
> I got error 9: data type mismatch
>
> So how can i fix this problem? The table has quite a lot of fields (240)
so
> i don't really want to manually create it by hand (i wasn't the one who
> created it)
>
> TIA
>
> Peter
>
>