Click to See Complete Forum and Search --> : Database Connectivity Problem Help


bhuva
January 24th, 2003, 02:31 AM
I have created a Bean managed Persistent EJB and using Pointbase database. I have started the database server and the J2EE server. From the client the Datasource does not get me a connection to the database. I tried giving the password and the user name for the databse. Yet not connected. Please help.

abramia
January 24th, 2003, 03:14 AM
Hi "bhuva",
The entity bean is meant to talk to the database -- not the client. In any case, data sources and database connections are not serializable, so I don't think you can send one to your client, anyway.

Hope this helps you.

Good Luck,
Avi.