InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InstantDB: Not finding my tables?


Thats becoz you are using a new database, tables are tied to a database this why
you can't see tables running your code. Try to make a "create table Client
(Rights int)" and "insert into Client values (12345)" before your select
statement.


Regards,
Martin





"Eric Advincula" <eric07@earthlink.net> on 27-07-2000 11:36:11

Please respond to instantDB@enhydra.org

To:   instantDB@enhydra.org
cc:    (bcc: Martin Husted/Electrolux Nyborg A S/Denmark/Electrolux Group)

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.