Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VFP CDX Files REINDEX in Java

843859Mar 20 2008
Hi,

Is there a way to reindex visual foxpro tables in Java? I am able to access the data and query thru sun odbc bridge. However, I am unable to issue the reindex command on the table I choose. I do something like this:
statement.execute("USE TABLE VFP_TABLE EXCLUSIVE");
statement.execute("REINDEX VFP_TABLE");

I also tried executeUpdate it didn't work.(??)
I get an access violation error. Any ideas? Am I missing something here?

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2008
Added on Mar 20 2008
0 comments
330 views