Facing issue in opening a DBF, generated using jDBF api(SVCON) , in Foxpro

HI,

I have coded a utility to convert the MS- ACCESS tables to the DBF files and the vice-versa.

I am using the jDBF api(svcon) to Read and write the DBf file, but I am facing a problem when using the generated DBFs in the foxpro,

When open the dbf file in FoxPro using following command.

FoxPro COmmand:USE <DBF Name>,

it promps me with the following error message

"File .dbf not marked up with the code page, please select the code page", and it brows the file even if i ignore this message(didn't select any code-Page).

But when I use these files from the foxpro programs(I have alread written some routines in the FoxPro whcih use these generated DBFs) program just comes out with the warning message "DBF not in proper format"

Any help 'll be highly appreciated.

Thanks

Hemant

[860 byte] By [hemantupretia] at [2007-11-26 14:41:51]
# 1
Well either the jDBF API you are using is buggy or you aren't using it correctly or both.
cotton.ma at 2007-7-8 8:23:17 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Looking briefly at the API I think you will have to send them an email and ask what is up. http://www.svcon.com/jdbf/
cotton.ma at 2007-7-8 8:23:17 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...