Hi,
Iam using the hxtt driver to query over the dbf files, I have created the index on the dbf on windows xp m/c, and when I query for the record , I get back the results. But when I copy those indexes and dbf on windows 2003 m/c , and query the dbf , I dont get back the results. kindly suggest if Iam missing any thing.
thanks
Anubhav
|
What's the meaning of m/c? What's your error message? What's your jdbc url?
|
M/C STANDS FOR MACHINE.
It does not throw any error but, the ResultSet returned id empty.
the jdbc urel is jdbC:dbf:/D:/myFolder/
|
>It does not throw any error but, the ResultSet returned id empty.
What's your sql? You can try once "reindex all on yourtable;"
|