ODBC - dbf files - strange error msg
-
Hello, in my VC++ application, I use ODBC dbf files driver to access a file.dbf. In my code, I open the data the database connection (it works normaly). Then I do my request : "SELECT Field1,Field2 FROM tab WHERE (Field0 = value)". Here, I recieve an ODBC error message "Impossible de trouver le fichier memo xBase Demande", in english it can be traduced by "impossible to find the requested xBase memo file" .... 1) what does ODBC want to say with this message ? 2) what is the cause of this message What is strange : I just open the file dbf with Excel (no modification in file, no save of file, just open to view the content), I restart my VC++ application and the Select returns me some rows ... just as the fact to have the file opened makes it work ... I tried several times and without Excel, I have the msg, with excell it works ... Any idea appreciated DD