I'm trying to test a connection to a Foxpro table stored in the "C:\mydir" directory on my local Windows PC (Win XP, SP2). The URL I'm using is "jdbc:dbf:/c:/mydir". I receive an error stating "c:/mydir doesn't exist or can't be accessed." Is my URL incorrect? I have set the security on the directory so "Everyone" has full access to it.
Thank you.
|
Are you sure that there is a c:/mydir? Please paste your code. BTW, you can change it to jdbc:dbf:///c:\mydir to see whether it can be normal. It's strange because jdbc:dbf:/c:/mydir can work.
|