Hi:
I like to use a trial Driver Paradox_JDBC30.jar, to connect by FTP to Paradox File, but when I try to connect, the application show me this message:
Invalid Database URL: jdbc:paradox:ftp//downsoft:ecosur2008@192.168.20.16/Notificacion
if try to connect using a FTP Client with this information, it���s works fine, can you send me an example for this method.
Regards.
|
>jdbc:paradox:ftp//downsoft:ecosur2008@192.168.20.16/Notificacion
You omited one ":" after ftp. It should be: jdbc:paradox:ftp://downsoft:ecosur2008@192.168.20.16/Notificacion
|