Eric
If you're using an absolute URL in all cases to access your database, as you
seem to be saying, then I don;t really understand what could be going wrong.
However, if you're using something like: jdbc:idb:SupportCentral.prp, i.e. a
relative URL, then you could be creating multiple copies of the database in
different locations.
Regards
Peter Hearty
Lutris Technologies UK Ltd.
-----Original Message-----
From: Eric Advincula <eric07@earthlink.net>
To: instantDB@enhydra.org <instantDB@enhydra.org>
Date: 27 July 2000 14:45
Subject: Re: InstantDB: Not finding my tables?
>What I noticed thought is if I use my batch file to load the SQL Builder is
>in the same directory as the prp it loads and shows my tables
>but if I put the batch file in another directory and run it from there it
>still loads the database but is missing my tables.
>
>batch file to load SQLBuilder.bat:
>
>@echo off
>
>set ProjectPath=c:\Projects\SupportCentral\database
>set JarPath=c:\java\jar
>set JarFiles=%JarPath%\idb.jar;%JarPath%\SQLBuilder.jar;
>set Output=c:\projects\supportcentral\database
>
>set Classpath=.;%JarFiles%%ProjectPath%
>
>@echo on
>java -classpath %Classpath% SQLBuilder
>
>@echo off
>
>so i believe its really a path issue.
>
>Any ideas on this?
>
>---------------------------------------------------------------------------
--
>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.
>
>
-----------------------------------------------------------------------------
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.
|