Re: SQL restore deleted records

2007-04-13 Thread Andrey Kotrekhov
Добрый день. SQL Hello, All. There is a problem. Ones many records from MyISAM table are deleted. Nobody change this table after this. The records have variable length. How can I restore it? The table format isn't well described in manual, as for me. is not it possible to recover data from my

RE: SQL restore deleted records

2007-04-13 Thread Mikhail Berman
] Subject: Re: SQL restore deleted records > SQL > Hello, All. > > There is a problem. > Ones many records from MyISAM table are deleted. > Nobody change this table after this. > The records have variable length. > > How can I restore it? > The table format isn't well

Re: SQL restore deleted records

2007-04-13 Thread asv
> SQL > Hello, All. > > There is a problem. > Ones many records from MyISAM table are deleted. > Nobody change this table after this. > The records have variable length. > > How can I restore it? > The table format isn't well described in manual, as for me. is not it possible to recover data from m

SQL restore deleted records

2007-04-13 Thread Andrey Kotrekhov
SQL Hello, All. There is a problem. Ones many records from MyISAM table are deleted. Nobody change this table after this. The records have variable length. How can I restore it? The table format isn't well described in manual, as for me. Best regards. ___