open a .tmx file with ado




I had save the data of the "Translation Repository" in a .tmx file and I am trying to open like this:

//procedure TForm1.FormActivate(Sender: TObject);
//begin
// ADOTable1.LoadFromFile('C:\default_turbo2006.tmx');
//end;

But when I run the application the following error appear:

"Cant create the recordset, the file is incomplete or not valid"

If someone knows how to fix it I will be glad.

.