Hi All,
i have a query, if anybody can describe or can provide any information that might be helpful.

1. When i m using J2EE as my deplyment tool for Entity beans to be deployed, it takes cloudscape as the default database and if i m going for the Bean Managed Persistence then it needs JNDI with the Datasource to establish the connection.
i.e.
InitialContext ic = new InitialContext();
DataSource ds = (DataSource) ic.lookup("java:comp/env/EstoreDataSource");

now my query is, if i want to run this code with the help of MS-ACCESS what all i need to do to make this code run thru MS-Access as Database. Assuming all the DNS(System) has been set.
2. If anybody can tell me the directory structue of "java:comp/env/EstoreDataSource" i'll be grateful. If this query has been asked previously please excuse 'cos i m a new subscriber.

Thanx
Amit
 

Reply via email to