I am using your jdbc drivers to pull data from a paradox tables that are stored as
files on a remote machine. When i use there software i am able to retrieve all of the rows of the table. When ever i use your driver i only recieve data prior to
01/06/2006. These are the files that are part of the tables.
04/15/2006 09:45a 26,204,160 Transact.DB
04/15/2006 09:45a 141,312 Transact.PX
04/15/2006 09:45a 4,294,656 Transact.XG0
04/15/2006 09:45a 5,134,336 Transact.XG1
04/15/2006 09:45a 3,846,144 Transact.XG2
04/15/2006 09:45a 2,703,360 Transact.XG3
04/15/2006 09:45a 3,784,704 Transact.XG4
04/15/2006 09:45a 3,784,704 Transact.XG5
04/15/2006 09:45a 63,488 Transact.YG0
04/15/2006 09:45a 92,160 Transact.YG1
04/15/2006 09:45a 65,536 Transact.YG2
04/15/2006 09:45a 30,720 Transact.YG3
04/15/2006 09:45a 47,104 Transact.YG4
04/15/2006 09:45a 47,104 Transact.YG5
|
What's your sql? If you are using a Java database tool to browse all data, you should check the Max Rows setting.
|
For instance, you can use "select * from yourTable where yourColumn>={d '2006-01-06'}" to make sure HXTT Paradox can get all data rows.
|