Hi,
I have attempted to use an absolute path as exemplified in the end of this
message.
When I run the application, I get the following excpetion:
Enhydra InstantDB - Version 3.21
The Initial Developer of the Original Code is Lutris Technologies Inc.
Portions created by Lutris are Copyright (C) 1997-2000 Lutris Technologies,
Inc.
All Rights Reserved.
java.sql.SQLException: IO problem opening file:
C:\WINNT\Profiles\hugof\D:\Damascos\WfBB\database\tables
java.io.IOException: The filename, directory name, or volume label syntax is
incorrect
at org.enhydra.instantdb.jdbc.idbConnection.<init>(idbConnection.java:88)
at org.enhydra.instantdb.jdbc.idbDriver.connect(idbDriver.java:40)
at java.sql.DriverManager.getConnection(DriverManager.java:457)
at java.sql.DriverManager.getConnection(DriverManager.java:159)
at SystemUtilities.DBWriter.<init>(DBWriter.java:59)
at SystemUtilities.DBWriter.main(DBWriter.java:158)
Anyone know where my mistake is?
TIA.
*.prp file :
--------------
!
! Path where index tables are held. Can be absolute or relative
! to the properties file. Defaults to tablePath.
!
indexPath=D:/Damascos/WfBB/database/indexes
!
! Path where system tables are held. Can be absolute or relative to
! the properties file. Defaults to tablePath.
!
systemPath=D:/Damascos/WfBB/database/system
!
! Path where database tables are held. Can be absolute or relative
! to the properties file. Defaults to "current" directory.
!
tablePath=D:/Damascos/WfBB/database/tables
!
! Path where results set tables are held. Can be absolute or relative
! to the properties file. Defaults to tablePath.
!
tmpPath=D:/Damascos/WfBB/database/tmp
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|