Hello! Help me, please, and fix a bug in HXTT DBF if it is possible
I try execute SQL "SELECT * FROM [F1].[F2].[F3].[DBF1] DBF"
and getting the next error:
[com.hxtt.global.SQLState.SQLException(Unknown Source),com.hxtt.a.b.a(Unknown Source),com.hxtt.a.b.a(Unknown Source),com.hxtt.a.b.g(Unknown Source),com.hxtt.sql.bq.o(Unknown Source),com.hxtt.sql.ah.if(Unknown Source),com.hxtt.sql.ah.a(Unknown Source),com.hxtt.sql.ah.executeQuery
So, construction "SELECT * FROM [F1].[F2].[DBF1] DBF" is executing currectly
|
What's your true dbf file path and name?
Try select * from "F1/F2/F3".[DBF1] .
|