Is it related to the above hanging/frozen JdsServer problem?
database.setConnection(new
com.borland.dx.sql.dataset.ConnectionDescriptor("jdbc:borland:dsremote://ip#.##.###.##//c:\\jdatastorefilename.jds",
"username", "password", false,
"com.borland.datastore.jdbc.DataStoreDriver"));
I know that JDS will freeze up if/when you exceed your license limits.
What does your JDS license say it's limits are?
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
"Lori M Olson [TeamB]" <javad...@techie.com> wrote in message
news:4403...@newsgroups.borland.com...
"Lori M Olson [TeamB]" <javad...@techie.com> wrote in message
news:4403...@newsgroups.borland.com...
From the help texts the following jars are available:
If I attach "jdsserver.jar" which is "Full runtime: embedded database server
for local and remote" do I still need to add
any other one from the following?
Thanks.
jds.jar Local JDBC database connectivity
dx.jar Local DataExpress database connectivity
jdsremote.jar Remote JDBC thin client database connectivity
jdsserver.jar Full runtime: embedded database server for local and remote
JDBC database connectivity
jdshelp.jar
beandt.jar
dbtools.jar
jdsserver.jar Needed for JdsServer and JdsExplorer GUI interfaces
beandt.jar Needed for compiling and visual design of JavaBean
components
dbswing.jar Needed for Swing-based user interfaces
jbcl-awt.jar Needed for Awt-based user interfaces
In order to use JDataStore in a production environment, you need to
purchase a JDataStore license. The JDataStore edition that is
distributed with JBuilder is for *development* only.
See this page for purchasing details:
If you are running a server, you need jdsserver.jar on that machine, and
you need a server license for that machine.
If you have a (thick) client on a separate machine, and it is accessing
JDataStore on the server, then jdsremote.jar is all that is needed. No
license is needed for this file, the service license covers the
appropriate usage.
If you have a client that is accessing a local JDataStore (file), then
you need jds.jar, and a "per user" license is required for each client.
If you are using DataExpress, you will need to add the dx.jar to these
configurations.
Also in the classpath I see
C:\JBuilderX\lib\dx.jar;
C:\JBuilderX\lib\beandt.jar;
which are not defined in the project properties' libraries section.
Although I copied JDataStore 7 dx.jar and beandt.jar into JBuilderX/lib, I
am not sure if I can take them out since they are only for local JDataStore
connection.
Thanks for your help.
"Lori M Olson [TeamB]" <javad...@techie.com> wrote in message
news:440690f1$1...@newsgroups.borland.com...
C:\JBuilderX\jdk1.4\bin\javaw -classpath
"C:\mbl\classes;C:\mbl\jars\jdatastore.zip;.....
Hopefully it will be OK.
That should work fine.
dx.jar is in JBuilder's "redist" directory, which means you are licensed
to redistribute it, so if you need it, go ahead and use it.
I don't have an install of JBX any more, so I'm not so sure about how it
differs from JB2005/2006, but beandt.jar is NOT in the redist directory
for my JBuilder, so I have to assume that you cannot redistribute it.