Hi Everyone,
I posted a problem a bit earlier but i was wrong in what i was clarifying
from all of you.
I am using statless session beans to connect to the cloudscape DB and
writing queries in the bean to generate reports.I have created the
application and also the client to connect to it.
The DB is already available in cloudscape and i don't have to make any new
tables.
My problems are:
1) if i am using(from examples in j2sdkee1.2.1)
private String dbName = "java:comp/env/jdbc/regDB";
InitialContext ic = new InitialContext();
DataSource ds = (DataSource) ic.lookup(dbName);
con = ds.getConnection();
im my session bean to get connection to the DB then what absolute or
relative path (and where)should i give to specify the location of the DB
named regDB,so that the bean can find it.
2)do i need to have cloudscape server running in another Dos window all the
time or just having the DB is enough.
Thanks
Nishchal
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".